function PopupPic(sPicURL) {
window.open( "images.html?"+sPicURL, "imgpop",
"resizable=1,HEIGHT=200,WIDTH=200,Left=20%,Top=20%");
	}
