function gallery1(url)  {
  eval('gallerywindow=window.open(url, "popupgallery", "width=990, height=700, left=0, top=0, resizable=0, toolbar=0, status=0, menubar=0, scrollbars=0, titlebar=0")');
  eval('gallerywindow.moveTo( (screen.width-990)/2, (screen.height-700)/2 )');
  eval('gallerywindow.focus()');  }
	
function gallery2(url)  {
  eval('gallerywindow=window.open(url, "popupgallery", "width=990, height=700, left=0, top=0, resizable=0, toolbar=0, status=0, menubar=0, scrollbars=0, titlebar=0")');
  eval('gallerywindow.moveTo( (screen.width-990)/2, (screen.height-700)/2 )');
  eval('gallerywindow.focus()');  }



