// JavaScript Document

function showPhoto( URLStr )  {
 	var popUpWin = 0;
	popUpWin = open( URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=410,height=300,left=180, top=180,screenX=180,screenY=180');
}