<!--
function gallery(url) {
  self.name = "opener";
  remote = open(url, "remote", "width=630,height=740,scrollbars=no" );
 
}
//-->