//function that opens pages in a pop up window
function popWindow(page) {
	window.open(page,"navWin","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=550,height=600,left=0,top=0");
}
function popWindowGallery(page) {
	window.open(page,"navWin","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=730,height=600,left=0,top=0");
}
function popWindowPhoto(page) {
	window.open(page,"navWin","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=200,height=200,left=0,top=0");
}