function popUp(URL) {
	hoogte=425;
	wijdte=400;
	scrollbars = "no";
	day = new Date();
	id = day.getTime();
	imageURL = URL;
	eval("page" + id + " = window.open('popup.cfm?id='+imageURL, 'Papillon', 'toolbar=0,scrollbars=" + scrollbars + ",location=0,statusbar=0,menubar=0,resizable=0,width=" + wijdte + ",height=" + hoogte + ",left=200,top=150');");
}

function popDisclaimer(URL){
	hoogte=560;
	wijdte=800;
	day = new Date();
	id = day.getTime();
	window.open(URL, 'Papillon', 'toolbar=0,scrollbars=no,location=0,statusbar=0,menubar=0,resizable=0,width='+wijdte+',height=' + hoogte + ',left=100,top=50');
}
