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=0,resizable=0,width='+w);
  image.document.open();
  w=w;h=h-20;
  image.document.write("<html><head><title>Tangram Studio</title></head><body topmargin=0 leftmargin=0 marginheight=0 marginwidth=0  bgcolor=#ffffff><center><img src="+adr+" border=0 width="+w+" height="+h+"></center></body></html>");
  image.focus();
  }

function open_img2(adr,st,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=0,resizable=0,width='+w);
  image.document.open();
  w=w-20;h=h-20;
  image.document.write("<html><head><title>Tangram Studio</title></head><body topmargin=0 leftmargin=0 marginheight=0 marginwidth=0  bgcolor=#ffffff><br><center><img src="+adr+" border=0 width="+w+" height="+h+"><br><font face=verdana size=1 color=#000000>"+st+"</font></center></body></html>");
  image.focus();
  }

function open_swf(adr,st,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=0,resizable=0,width='+w);
  image.document.open();
  w=w-20;h=h-20;
  image.document.write("<html><head><title>Tangram Studio</title></head><body topmargin=0 leftmargin=0 marginheight=0 marginwidth=0  bgcolor=#ffffff><br><center><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width="+w+" height="+h+" align=center><param name=movie value="+adr+" /><param name=quality value=high /><embed src="+adr+" width="+w+" height="+h+" align=center quality=high pluginspage=http://www.macromedia.com/go/getflashplayer type=application/x-shockwave-flash></embed></object><br><font face=verdana size=1 color=#000000>"+st+"</font></center></body></html>");
  image.focus();
  }
