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