function gallery(url, width, height) {
  width += 15;
  height += 60;
  win=this.open(url, "photo", "top=144,left=365,width="+width+",height="+height+",scrollbars=no,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no"); 
}

