
function w_create_info(name, w, h){
  window.open(name, "info", "width="+w+",height="+h+",status=no,toolbar=no,scrollbars=yes,resizable=yes");
  return true;
}