// WZ 2003


function o(fileurl) {
var mawin = window.open(fileurl,"","width=600,height=330,left=0,top=0,resizable=yes,scrollbars=yes,locationbar=no,menubar=no,status=no");
}

//Popup
<!--
var Fenster = null;
function neuesFenster(meineSeite,meinName,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
Fenster = window.open(meineSeite,meinName,settings)
}
//-->

