<!--
function MM_openBrWindow(theURL,winName) { //v2.0 modified by Two Visions 2002
var windowwidth = 630, windowheight = 400; // standaardwaarden
if (window.screen) {
		// schermgrootte popup 75% maken
        windowwidth = window.screen.availWidth * 75 / 100;
        windowheight = window.screen.availHeight * 75 / 100;
    }
	
  window.open(theURL,winName,'resizable=yes,width='+windowwidth+',height='+windowheight+',screenX=0,screenY=0,top=0,left=0');
}
//-->
