function OpenDefWindow(dURL,w,h) {
  defwindow = window.open(dURL,'Definition','resizable,width=500,height=400,scrollbars=yes')
}

