<!--
function main_init(isPop,win_proper) {
   if(isPop == "Y") {
      fn_mini_win('./pop_view.php','pop_message',win_proper);
   }
}
//-->