
function popupimage(pics, width, height) {
	
		var today = new Date();
		var t = today.getTime();

		var	newWin;

		newWin =window.open ("popupimage.php?pics="+pics, "Halloween"+t, "height="+height+",width="+width+", scrollbars=no, resizable=no, menubar=no");
		newWin.focus();
	}
		