<!--
var newWindow = null
function fenster(theURL,winName,features) 
{  newWindow=window.open(theURL,winName,features);
}
//-->