var screenWidth=screen.availWidth;var screenHeight=screen.availHeight;/*var w=292;//var h=289;var x=(screenWidth-w-10)/2;var y=(screenHeight-h-120)/2;if (x<0) x=0;if (y<0) y=0;*/ function win1()    {      window.open("http://kundendienst.consultens.de/de/hg/d/wegweiser/frame.html","Typenschild","toolbar=no,location=no,status=no,scrollbars=yes,resizable=no,width=500,height=400");    }    //-->    <!--    function win2()    {      window.open("sicherheitshinweise.html","Sicherheitshinweise","toolbar=no,location=no,status=no,scrollbars=no,resizable=no,width=420,height=300");    }        function openWin(w,h,id){	if (document.layers) {		myWin = window.open("","up","width="+w+",height="+h+",menubar=0,status=0,location=0,scrollbars=0,resizable=0");	} else {		myWin = window.open("","up","width="+w+",height="+h+",menubar=0,status=0,location=0,scrollbars=0,resizable=0");		//setTimeout('myWin.moveTo('+x+','+y+'+25)',1);			}	//myWin.focus();}function bilder_admin(url) {	window.open(url, "bilder", "height=540, width=400, toolbar=no, statusbar=no, menubar=no, scrollbars=no, resizable=yes");}function MM_findObj(n, d) { //v4.01  var p,i,x;    if(!d) d=document;   if((p=n.indexOf("?"))>0&&parent.frames.length)   {    d=parent.frames[n.substring(p+1)].document;     n=n.substring(0,p);   }  if(!(x=d[n])&&d.all) x=d.all[n];   for (i=0;!x&&i<d.forms.length;i++)   	x=d.forms[i][n];  for(i=0;!x&&d.layers&&i<d.layers.length;i++)   	x=MM_findObj(n,d.layers[i].document);  if(!x && d.getElementById)   	x=d.getElementById(n);     return x;}function MM_changeProp(objName,x,theProp,theValue) { //v6.0  var obj = MM_findObj(objName);  if (obj && (theProp.indexOf("style.")==-1 || obj.style)){    if (theValue == true || theValue == false)      eval("obj."+theProp+"="+theValue);    else eval("obj."+theProp+"='"+theValue+"'");  }}