function CloseUp(sPicURL) {
	
	window.open( "closeup.htm?"+sPicURL, "",
    "resizable=1,height=200,width=200");
}