function printVersie(url){
var winl = (screen.width - 680) / 2;
//var wint = (screen.height - 400) / 2;
//winprops = 'height=500,width=450,top='+wint+',left='+winl+',scrollbars=yes,toolbar=yes,resizable';
winprops = 'height=500,width=680,top=100,left='+winl+',scrollbars=yes,toolbar=yes,resizable';
win = window.open(url, 'printversie', winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

function TipEenAnder(url){
var winl = (screen.width - 620) / 2;
var wint = (screen.height - 586) / 2;
winprops = 'height=586,width=620,top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(url, 'tipeenander', winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

