function popup(image) { 
	window.open("inc/popup.php?"+image, "Popup", "resizable=0,height=1,width=1,top=0,left=0");
}
function popup_print(image) { 
	window.open("inc/popup_print.php?"+image, "popup_print", "resizable=0,height=1,width=1,top=0,left=0");
}
function gallery_popup(image) { 
	window.open("inc/gallery.php?"+image, "Popup", "resizable=0,height=520,width=620,top=0,left=0");
}
function pic_popup(image) { 
	window.open("inc/pic.php?"+image, "Popup", "resizable=0,height=520,width=620,top=0,left=0");
}
