<!--
function myopen(photo){
  self.photo = photo
  newwindow=window.open('window.html','photo','toolbar,fullscreen=1');
  if (window.focus) {newwindow.focus()}
	newwindow.opener = self
  return false;
}
// -->
