	function doWinPass(pix, ptitle, stitle ) {
		URL = "PopLargePicture.php?winWide="+screen.width+"&winTall="+screen.height+"&imgName="+pix+"&pageTitle="+ptitle+"&subTitle="+stitle ;
		window.open(URL, "_blank", "resizable");
	}