function home1(){
document.home.src = "img/menu/home_on.gif";
}

function home2(){
document.home.src = "img/menu/home.gif";
}

function info1(){
document.info.src = "img/menu/info_on.gif";
}

function info2(){
document.info.src = "img/menu/info.gif";
}

function live1(){
document.live.src = "img/menu/live_on.gif";
}

function live2(){
document.live.src = "img/menu/live.gif";
}

function staff1(){
document.staff.src = "img/menu/staff_on.gif";
}

function staff2(){
document.staff.src = "img/menu/staff.gif";
}

function profile1(){
document.profile.src = "img/menu/profile_on.gif";
}

function profile2(){
document.profile.src = "img/menu/profile.gif";
}

function diary1(){
document.diary.src = "img/menu/diary_on.gif";
}

function diary2(){
document.diary.src = "img/menu/diary.gif";
}

function mobile1(){
document.mobile.src = "img/menu/mobile_on.gif";
}

function mobile2(){
document.mobile.src = "img/menu/mobile.gif";
}
function photo1(){
document.photo.src = "img/menu/photo_on.gif";
}
function photo2(){
document.photo.src = "img/menu/photo.gif";
}

document.write('<table border="0" cellpadding="0" cellspacing="0" class="header"><tr>');
document.write('<td><a href="index.html"><img src="img/logo.gif" width="411" height="45" border="0" alt="Kento Ono Official Website" class="logo"></a></td>');
document.write('<td align="right" valign="bottom"><a href="index.html" onMouseOver="home1()" onMouseOut="home2()"><img src="img/menu/home.gif" width="55" height="19" alt="HOME" name="home" border="0" class="menu"></a>');
document.write('<a href="info/index.html" onMouseOver="info1()" onMouseOut="info2()"><img src="img/menu/info.gif" width="110" height="19" alt="INFORMATION" name="info" border="0" class="menu"></a>');
document.write('<a href="profile/index.html" onMouseOver="profile1()" onMouseOut="profile2()"><img src="img/menu/profile.gif" width="69" height="19" alt="PROFILE" name="profile" border="0" class="menu"></a>');
document.write('<a href="mobile/index.html" onMouseOver="mobile1()" onMouseOut="mobile2()"><img src="img/menu/mobile.gif" width="66" height="19" alt="MOBILE" name="mobile" border="0" class="menu"></a>');
document.write('<a href="photo/index.html" onMouseOver="photo1()" onMouseOut="photo2()"><img src="img/menu/photo.gif" width="102" height="19" alt="STAFF PHOTO" name="photo" border="0" class="menu"></a></td>');
document.write('</tr></table>');
