// JavaScript Documentfunction MM_openBrWindow(theURL,winName,features) { //v2.0  window.open(theURL,winName,features);}function MM_preloadImages() { //v3.0  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}function OpenPopup(sPicURL){    window.open("http://www.ggweb.nl/popup.php?"+sPicURL, "Vergroting", "resizable=0,HEIGHT=220,WIDTH=220");} function OpenPopupRelative(sPicURL){    window.open("http://www.freekschilder.nl/" + sPicURL, "Vergroting", "resizable=0");} function OpenLargeImage(smallElement){	//var bigSrc		= smallElement.src.replace("_small", ""); //Remove small from src	//var bigElement	= document.createElement("img");
	
	//bigElement.setAttribute("src", bigSrc);		//var bigHeight = bigElement.height * 1 + 40;	//var bigWidth = bigElement.width * 1 + 40;		//alert(bigElement.height + " --- " + bigElement.width);	var newWindow = window.open("imageview.html?ImageSrc=" + smallElement.src, "Vergroting", "toolbar=false,width=20,height=20");		newWindow.focus();	}
