// Popup window script
// 20040805 MDC
function photoPop(photo) {
	aWindow = window.open('photo_popup_'+photo+'.htm', 'thewindow', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,width=500,height=535');
	}

