function enterGallery(page){
  newWin = window.open(page,'gallery','width=850,height=600,scrollbars=no,status=no,toolbar=no,location=no,menubar=no,resizable=yes');
  newWin.focus();
}