<!-- Begin
function openWindow(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'status=yes,scrollbars=no,resizable=yes,toolbar=no,width=650,height=400,left = 100,top = 100');");
}
// End -->

<!-- Begin
function openHelp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'status=yes,scrollbars=no,resizable=yes,toolbar=no,width=620,height=500,left = 100,top = 100');");
}
// End -->

<!-- Begin
function openObject(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'status=yes,scrollbars=no,resizable=no,toolbar=no,width=620,height=500,left = 100,top = 100');");
}
// End -->

<!-- Begin
function PopupPic(sPicURL) { 
window.open("toon-foto.php?"+sPicURL, "", "resizable=1,HEIGHT=200,WIDTH=200");
}


<!-- Begin
function printThis() {
	window.print();
}
// End -->

<!-- Begin
var arrTemp=self.location.href.split("?"); 
   var picUrl = (arrTemp.length>0)?arrTemp[1]:""; 
   var NS = (navigator.appName=="Netscape")?true:false; 

     function FitPic() { 
       iWidth = (NS)?window.innerWidth:document.body.clientWidth; 
       iHeight = (NS)?window.innerHeight:document.body.clientHeight; 
       iWidth = document.images[0].width - iWidth; 
       iHeight = document.images[0].height - iHeight; 
       window.resizeBy(iWidth, iHeight); 
       self.focus(); 
     };
// End -->

<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=760,height=425,left = 260,top = 299.5');");
}
// End -->

<!-- Begin
function popFoto(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=yes,width=640,height=480,left = 260,top = 299.5');");
}
// End -->