function CloseUp(sPicURL) {
	
	window.open( "closeup.html?"+sPicURL, "",
    "resizable=1,height=200,width=200,left=20,top=20");

}