
function imgPopup(imgURL) {
	window.open("/popup.html?"+imgURL, "", "resizable=0,HEIGHT=200,WIDTH=200");
}