<!--

function LmOver(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#FFFFFF";
elem.style.cursor = 'hand'}

function LmOut(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#000000";}

function LmDown(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#FFFFFF";}

function LmUp(path)
{location.href = path;}



function openWindowRemote(){
	var popunder=new Array();
	popunder[0]='termine.html';
	win2=window.open(popunder[Math.floor(Math.random()*(popunder.length))],'Termine',"scrollbars=no,resizable=no,toolbar=no,menubar=no,status=no,location=no,width=450,height=400,left=0,top=0");
	var SCRwidth  = (window.screen.width-450)/2;
	var SCRheight = (window.screen.height-400)/2;
	win2.moveTo(SCRwidth, SCRheight);
	win2.focus();
}

//-->
