function PopupPic(sPicURL) { 
	window.open("popup.htm?"+sPicURL, "", "resizable=1,scrollbars=yes,HEIGHT=350,WIDTH=350");
}
