function openwindow(URL,PROP)
  {
    w=window.open(URL,'NewWindow',PROP);
    w.focus();
  }
