// 内部文字エンコーディングをEUC-JPに設定 mb_internal_encoding("EUC-JP"); header("Content-Type: text/html; charset=EUC-JP"); require_once("../common/function.php"); include("init.php"); // HTML表示 f_ShowHtml(); //******************************** // html表示 //******************************** function f_ShowHtml(){ global $gInit, $gImgPath; ?>