// Pop-up window
function popupimg(imgName) {
	window.open( "view.html?"+imgName, "", "resizable=1,HEIGHT=200,WIDTH=200,status=0");
}
