function New(link,w,h)
 {
  open(link, "", "scrollbars=yes, directories=no, width="+w+", height="+h);
 }
