function popup(image) { 
	window.open("inc/popup.php?"+image, "Popup", "resizable=0,height=1,width=1,top=0,left=0");
}
