function pop(width,height,fil,name,id) {

  my= open("",id,"width="+width+",height="+height+",scroll=auto,status=no,toolbar=no,menubar=no");
  my.document.open();
   my.document.write("<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 background="+fil+"><title>Ôîòî</title>");

    my.document.write("<table width=100% height=100% cellpadding=0 cellspacing=0><tr><td height=100% background=ty.gif style='filter: alpha(opacity=4);'>&nbsp;</td></tr></table>");
  my.document.close();  
}