<!--var REQname='';var REQemail='';function popup(URL, Naam, popWidth, popHeight, scrollbars, resizable, stats, dirs, loc, menu, toolbar) //<a href="#" onClick="popup('test.asp','naam','400','300','no','no','no','no','no','no','no')">Klik!</a>{		var popLeft = (screen.width - popWidth) / 8;	var popTop = (screen.height - popHeight) / 16;//if (screen.height<popHeight){popHeight=screen.height-50;scrollbars='yes';popTop=0;}	//properties	winProp = "width=" +popWidth+ ","	winProp = winProp + "height=" +popHeight+ ","		//centeren	winProp = winProp + "left=" +popLeft+ ","	winProp = winProp + "top=" +popTop+ ","		//toolbars etc	winProp = winProp + "location=" +loc+ ","	winProp = winProp + "status=" +stats+ ","	winProp = winProp + "menubar=" +menu+ ","	winProp = winProp + "directories=" +dirs+ ","	winProp = winProp + "toolbar=" +toolbar+ ","	winProp = winProp + "resizable=" +resizable+ ","	winProp = winProp + "scrollbars=" +scrollbars+ "" 		raam = window.open(URL, Naam, winProp)	raam.window.focus();}function gamepopup(gameID){	popupURL = "http://www.venzgames.nl/game/?game="+gameID;	if (REQname!=''){popupURL = popupURL + "&name="+REQname}	if (REQemail!=''){popupURL = popupURL + "&email="+REQemail}	popup(popupURL, "game"+gameID, 200, 200, "yes", "no", "no", "no", "no", "no", "no") ;	}function uploadpopup(){	popupURL = "http://www.venzgames.nl/upload"	popup(popupURL, "upload", 339, 248, "auto", "no", "no", "no", "no", "no", "no") ;	}function resizeInner(pageWidth,pageHeight){	document.body.style.overflow='hidden';	scrollbarWidth = 0	// fit small screen	if (screen.availHeight<pageHeight-23)		{pageHeight=screen.availHeight-23;window.moveTo(0, 0);		document.body.style.overflow='visible';scrollbarWidth= 15}//screen too small	//get window dimensions	if (window.innerHeight) // all except Explorer		{windowWidth = window.innerWidth - scrollbarWidth;windowHeight = window.innerHeight;}	else if (document.documentElement && document.documentElement.clientHeight)	// Explorer 6 Strict Mode		{windowWidth = document.documentElement.clientWidth;windowHeight = document.documentElement.clientHeight;}	else if (document.body) // other Explorers		{windowWidth = document.body.clientWidth;windowHeight = document.body.clientHeight;}    extraWidth = pageWidth - windowWidth;    extraHeight = pageHeight - windowHeight;	window.resizeBy(extraWidth, extraHeight);};function safOpen()	{	document.getElementById('gameoptions').style.marginTop=''+optOpenedMargin+'px';	document.getElementById('gameoptions').style.height=''+optOpenedHeight+'px';	document.getElementById('gameoptionsSWF').style.height=''+optOpenedHeight+'px';	safOpenFFPC();	}function safClose()	{document.getElementById('gameoptions').style.marginTop=''+optClosedMargin+'px';	document.getElementById('gameoptions').style.height=''+optClosedHeight+'px';	document.getElementById('gameoptionsSWF').style.height=''+optClosedHeight+'px';	safCloseFFPC();	}-->