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