// JavaScript Document
function CloseUp(sPicURL) {
	window.open( "/jscripts/closeup.php?img=" + sPicURL, "", "resizable=1,height=20,width=20, left=50, top=50"); 
}

