
function openWindow (url, width, height) {
  window.open (url, "", "toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=no, width=" + width + ", height=" + height) ;
}

