<!-- Begin

function PicPopUp(sPicURL,sPicTitle) { 
	sPicTitle = sPicTitle.replace(/ /,'&nbsp;');
	window.open( "./PicPopUp.html?"+sPicURL+"?"+sPicTitle, "",  
	"scrollbars=1,resizable=1,HEIGHT=500,WIDTH=500"); 
} 

// End -->

