function open_img(adr,w,h)
  {w=w+20;h=h+20;
  image=window.open('','tray','directories=0,height='+h+',location=0,menubar=0,status=0,toolbar=0,scrollbars=1,resizable=1,width='+w);
  image.document.open();
  w=w-20;h=h-20;
  image.document.write("<html><head><title>Margarita's music studio | Gallery</title></head><body topmargin=0 leftmargin=0 marginheight=0 marginwidth=0 bgcolor=#F8F8F8><center><img src="+adr+" border=0 width="+w+" height="+h+"></center></body></html>");
  image.focus();
  }


