function mOvr(src,clr){src.style.cursor='hand';src.bgColor = clr;}
function mOut(src,clr){src.style.cursor='default';src.bgColor = clr;}
function mClk(src){if(event.srcElement.tagName=='TD')src.children.tags('A')[0].click();}
function mOut1(fcSource,fcColor)
  {
		fcSource.style.cursor='default';
		fcSource.Color = fcColor;
	}
function mOvr1(fcSource,fcColor)
  {
		fcSource.style.cursor='hand';
		fcSource.Color = fcColor;
	}
function mOvr2(bgSource,bgColor,fcSource,fcColor)
  {
		bgSource.style.cursor='hand';
		bgSource.bgColor = bgColor;
		fcSource.style.color = fcColor; 
	}

function setfocus(objekt) {
  GetObject(objekt).focus();
}
 
