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