function callPhoto(n, w, h) {
	popupWin = window.open('/photo.asp?n=' + n + '&w=' + w + '&h=' + h, 'photo', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=' + w +',height=' + h);
	popupWin.focus();
	return false;
}