
  function popup (x,y,text,path)
  {
    x=x+20;
    y=y+30;
    f1 = window.open (path,text,"width=" + x +",height=" + y + ",left=15,top=15");
  }