<!--
// 携帯URL送信のポップアップ
function disp_mob(url){
  window.open(url, "mob_window", "width=550,height=300,scrollbars=yes,resizable=yes,status=yes");
}

//-->
