function PopupPic(sPicURL) { 
	window.open( "/popup.htm?"+sPicURL, "", "height=200,width=400,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no");
}


