function PopupWindow(htm,width,height) {
  window.open(htm, 'PopWindow', "width="+width+",height="+height+",noresize,toolbar=no,location=no,status=no,directories=no,menubar=no,scrollbars=no,resizable=no");
}

