function popImage(sPicURL, sPicTitle) {
	window.open( "popup.htm?"+sPicURL, "",  "resizable=1,HEIGHT=200,WIDTH=200,scrollbars=no,left=40,top=250,toolbar=0,location=0,status=0,menubar=0");
}