function ShowDialog(What,Title,Height,Width){
  window.open(What, Title, 'scrollbars=1, toolbar=0, resizable=1, height='+Height +', width=' + Width);
} // end function ShowDialog


