	<!--
     IE4 = (document.all) ? true : false;
     NS4 = (document.layers) ? true : false;

     ScreenWidth = screen.width;
     ScreenHeight = screen.height;

     nWidth = 0;
     nHeight= 0;
    //-->

    <!--- Hide script from old browsers
	function OpenNewWindow(cPicture,nWidth,nHeight)
	{

    a = Math.random();
    a = 10000000*a;
    a = Math.round(a);

    xpos = (ScreenWidth/2)-(nWidth/2);
    ypos = (ScreenHeight/2)-(nHeight/2);

	NewWindow=window.open("",""+a+"","HEIGHT="+nHeight+",WIDTH="+nWidth+",status=0,scrollbars=0,resizable=no,top="+ypos+",left="+xpos+"");
	NewWindow.document.write ("<HTML><HEAD><TITLE>°°zweikreis.de</TITLE></HEAD>");
	NewWindow.document.write ("<BODY BGCOLOR='black' marginheight='0' marginwidth='0' leftmargin='0' topmargin='0'>");
	NewWindow.document.write ("<a href='javascript:self.close();' title='Fenster schliessen'><IMG SRC=");
	NewWindow.document.write (cPicture);
	NewWindow.document.write (" border='0'></a>");
	NewWindow.document.write ("</BODY></HTML>");
	NewWindow.document.close();
    return false;
	}


    function openWindow(url,name,eigenschaften) {

    a = Math.random();
    a = 10000000*a;
    a = Math.round(a);

    xpos = (ScreenWidth/2)- 400;
    ypos = (ScreenHeight/2)- 225;

      window.open(url,""+a+"","HEIGHT=450,WIDTH=800,status=0,scrollbars=0,resizable=1,top="+ypos+",left="+xpos+"");
    }



	function openBigWindow(url,name,eigenschaften) {

    a = Math.random();
    a = 10000000*a;
    a = Math.round(a);

    xpos = (ScreenWidth/2)-(950/2);
    ypos = (ScreenHeight/2)-(525/2);

      window.open(url,""+a+"","HEIGHT=525,WIDTH=950,status=0,scrollbars=0,resizable=no,top="+ypos+",left="+xpos+"");
    }
    


    function MM_openBrWindow(theURL,winName,features) {

     window.open(theURL,winName,"HEIGHT=650,WIDTH=800,status=0,scrollbars=1,resizable=no,top=20,left=20");

    }
    
// end hiding from old browsers -->




