<!--
function openWin( URL )
{
 w=window.open( 'http://www.z67.de/s/' + URL,"x","left=80,Top=100,width=800,height=500,"  
                 +"resizable=1,location=0,scrollbars=1,menubar=1,Status=1,"
                 +"titlebar=1,toolbar=1",true );
 w.focus();              
};

function openWinResize( URL,breite,hoehe )
{
 w=window.open( 'http://www.z67.de/s/' + URL,"x","left=80,Top=100,width="+breite+",height="+hoehe+","  
                 +"resizable=1,location=0,scrollbars=1,menubar=1,Status=1,"
                 +"titlebar=1,toolbar=1",true );
 w.focus();              
};

//-->
