function PopupPic(sPicURL) {
	<!-- the pop-up function which opens inc.popupimg.php -->
	window.open( "inc.popupimg.php?"+sPicURL, "", "scrollbars=0, resizable=0, HEIGHT=200, WIDTH=200");
}