  function openwindow(w, h) {
    window.open("","liite", 'toolbar=0,location=0,scrollbars=1,width=' + w + ', height=' + h + ', resizable=1');
  }
