function New(source, width, height)
{
      open(source, "" , "scrollbar=yes, resizable=yes, width="+width+", height="+height);
}