<!--
function gallery(url) {
  self.name = "opener";
  remote = open(url, "remote", "width=920,height=735,scrollbars=yes" );
 
}

function art(url) {
  self.name = "opener";
  remote = open(url, "remote", "width=1015,height=765,scrollbars=no" );
 
}
//-->