function mOvr(src,clr){if(!src.contains(event.fromElement)){src.style.cursor='hand';src.bgColor = clr;}}
function mOut(src,clr){if(!src.contains(event.toElement)){src.style.cursor='default';src.bgColor = clr;}}
function mClk(src){if(event.srcElement.tagName=='TD')src.children.tags('A')[0].click();}



function ZweiFrames(URL1,links,URL2,main)
{  
   parent.frames[links].location.href=URL1;
   parent.frames[main].location.href=URL2;
}
function DreiFrames(URL1,links,URL2,main,URL3,menue)
{  
   parent.frames[menue].location.href=URL3;
   parent.frames[links].location.href=URL1;
   parent.frames[main].location.href=URL2;
}
var PopUp;
function openWin (link,breite,hoehe,leiste,resz,menu)
{
	var werte = 'width=' + breite + ',height=' + hoehe + ',toolbar=' + leiste + ',resizable='+ resz +',menubar=' + menu;
	PopUp = window.open(link,breite + hoehe,werte);
}
function Frage(Text)
{
	Check = confirm("Datensatz loeschen ?");
	return Check;
}


