function openPic(imgSrc){
		var str4='InfoWindow = window.open("imgzoom.asp?imgSrc=" + imgSrc, "Donaren", "height=297,width=199,titelbar=0,channelmode=0,screenX=0,left=30,screenY=0,top=30,hotkeys=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0");';
		eval(str4);
}

function openWin(tmpUrl, winH, winW) {
		window.open(tmpUrl, "Popup", "height=" + winH + ",width=" + winW + ",titelbar=0,channelmode=0,screenX=0,left=30,screenY=0,top=30,hotkeys=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0");
		return false;
}
