function PopupPhoto(PID) {
	if (document.images) {
		var PhotoURL = "photo.cfm?pid="+PID;
		pw=window.open(PhotoURL,"pw","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=500,height=450,screenX=50,screenY=50,top=50,left=50");
	} else {
		alert( '\nSorry, this Feature requires Netscape Navigator, Version 3.0 or greater\n'+
				'or Microsoft Internet Explorer, Version 4.0+.\n\n' );
	}
}
