
function js_pop_win(page_name, htmlurl, width, height) {
  var newWIN=window.open(htmlurl,page_name,'toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,width='+width+',height='+height);
  newWIN.focus();
 }
