// JavaScript Document
function popup(img){
	window.open('popup.php?img='+img,"popup","menubar=no,width=430,height=360,toolbar=no");
}