function pops()
{  var winpop = "width=400,height=350,scrollbars=no,resizable=no,top=100,left=100";
    window.open("pop.htm","popup",winpop);
  }
