	<!--
     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>Die Haarschneider Satrup|Süderbrarup</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)-(750/2);
    ypos = (ScreenHeight/2)-(575/2);
    
      window.open(url,""+a+"","HEIGHT=575,WIDTH=750,status=0,scrollbars=0,resizable=no,top="+ypos+",left="+xpos+"");
    }
    
    function openFullWindow(url,name,eigenschaften) {

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

    xpos = 0;
    ypos = 0;

      window.open(url,""+a+"","HEIGHT=600,WIDTH=800,status=0,scrollbars=0,resizable=no,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+"");
    }

// end hiding from old browsers -->

