function header(page){
document.write (" <div id=\"header\"> ");
document.write (" <h3><img src=\"../img/logo_img2.jpg\" width=\"230\" height=\"78\"></h3> ");
document.write (" <h1><a href=\"../index.html\"><img src=\"../img/logo2.gif\" alt=\"KATSU Katsuhiko Taguchi Official Homepage\" width=\"414\" height=\"62\" border=\"0\" class=\"logo\"></a></h1> ");


if (page == 'profile') {
document.write (" <h2 class=\"navi\"><a href=\"../profile/index.html\" onMouseOver=\"MM_swapImage('globalmenu01','','../img/navi_profile_o.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"../img/navi_profile_o.gif\" alt=\"PROFILE\" name=\"globalmenu01\" width=\"154\" height=\"22\" border=\"0\" id=\"globalmenu01\"></a></h2> ");
} else {
document.write (" <h2 class=\"navi\"><a href=\"../profile/index.html\" onMouseOver=\"MM_swapImage('globalmenu01','','../img/navi_profile_o.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"../img/navi_profile.gif\" alt=\"PROFILE\" name=\"globalmenu01\" width=\"154\" height=\"22\" border=\"0\" id=\"globalmenu01\"></a></h2> ");
}

if (page == 'team') {
document.write (" <h2 class=\"navi\"><a href=\"../team/index.html\" onMouseOver=\"MM_swapImage('globalmenu02','','../img/navi_team_o.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"../img/navi_team_o.gif\" alt=\"TEAM\" name=\"globalmenu02\" width=\"154\" height=\"22\" border=\"0\" id=\"globalmenu02\"></a></h2> ");
} else {
document.write (" <h2 class=\"navi\"><a href=\"../team/index.html\" onMouseOver=\"MM_swapImage('globalmenu02','','../img/navi_team_o.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"../img/navi_team.gif\" alt=\"TEAM\" name=\"globalmenu02\" width=\"154\" height=\"22\" border=\"0\" id=\"globalmenu02\"></a></h2> ");
}

if (page == 'machine') {
document.write (" <h2 class=\"navi\"><a href=\"../machine/index.html\" onMouseOver=\"MM_swapImage('globalmenu03','','../img/navi_machine_o.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"../img/navi_machine_o.gif\" alt=\"MACHINE\" name=\"globalmenu03\" width=\"154\" height=\"22\" border=\"0\" id=\"globalmenu03\"></a></h2> ");
} else {
document.write (" <h2 class=\"navi\"><a href=\"../machine/index.html\" onMouseOver=\"MM_swapImage('globalmenu03','','../img/navi_machine_o.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"../img/navi_machine.gif\" alt=\"MACHINE\" name=\"globalmenu03\" width=\"154\" height=\"22\" border=\"0\" id=\"globalmenu03\"></a></h2> ");
}

if (page == 'schedule') {
document.write (" <h2 class=\"navi\"><a href=\"../schedule/index.html\" onMouseOver=\"MM_swapImage('globalmenu04','','../img/navi_schedule_o.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"../img/navi_schedule_o.gif\" alt=\"SCHEDULE\" name=\"globalmenu04\" width=\"154\" height=\"22\" border=\"0\" id=\"globalmenu04\"></a></h2> ");
} else {
document.write (" <h2 class=\"navi\"><a href=\"../schedule/index.html\" onMouseOver=\"MM_swapImage('globalmenu04','','../img/navi_schedule_o.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"../img/navi_schedule.gif\" alt=\"SCHEDULE\" name=\"globalmenu04\" width=\"154\" height=\"22\" border=\"0\" id=\"globalmenu04\"></a></h2> ");
}

if (page == 'report') {
document.write (" <h2 class=\"navi\"><a href=\"../report/index.html\" onMouseOver=\"MM_swapImage('globalmenu05','','../img/navi_report_o.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"../img/navi_report_o.gif\" alt=\"RALLY REPORT\" name=\"globalmenu05\" width=\"154\" height=\"22\" border=\"0\" id=\"globalmenu05\"></a></h2> ");
} else {
document.write (" <h2 class=\"navi\"><a href=\"../report/index.html\" onMouseOver=\"MM_swapImage('globalmenu05','','../img/navi_report_o.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"../img/navi_report.gif\" alt=\"RALLY REPORT\" name=\"globalmenu05\" width=\"154\" height=\"22\" border=\"0\" id=\"globalmenu05\"></a></h2> ");
}

document.write (" <br style=\"clear:both\"> ");
document.write (" </div> ");
}