function popWin(URL,br,hoe) {
br+=40; //Rand H
hoe+=55; //Rand V
mainURL="../_microsite/"+URL+".html";
zentr=1;
monX=screen.availWidth;
monY=screen.availHeight;
posX=Math.round((monX-br)/2);
posY=Math.round((monY-hoe)*0.45);
var props='width='+br+',height='+hoe+',innerHeight='+hoe+',innerWidth='+br+',left='+posX+',top='+posY+',scrollbars=yes,resizable=yes,menubar=no';
	microSiteWin=window.open(mainURL,'microSite',props);
	microSiteWin.focus();
}

NS4=false;
IE=false;
DOM=false;

if(document.layers)	{
	NS4=true;
	}
if(document.all){
	IE=true;
	}
if(!document.all && document.getElementById){
	DOM=true;
	}


function linkblur(myobj) {
	if (IE){
		eval(myobj).blur();
		}
	if(DOM) {
		document.getElementById(myobj).blur();
		}
	}

function Querverweis(main,sub) {
top.changeMain('over',main);
top.changeMain('click',main);
top.changeMain('out',main);
top.changeSub('over',main,sub);
top.changeSub('click',main,sub);
	}