function NewWindow(url, x, y)
{
   window.open(url, "", "toolbar=1,status=0,menubar=0,scrollbars=1,resizable=1," +
               "width=" + x + ",height=" + y);
}
