function home1(){
document.home.src = "common/img/menu_home_ov.gif";
}
function home2(){
document.home.src = "common/img/menu_home.gif";
}

function news1(){
document.news.src = "common/img/menu_news_ov.gif";
}
function news2(){
document.news.src = "common/img/menu_news.gif";
}

function music1(){
document.music.src = "common/img/menu_music_ov.gif";
}
function music2(){
document.music.src = "common/img/menu_music.gif";
}

function bio1(){
document.bio.src = "common/img/menu_bio_ov.gif";
}
function bio2(){
document.bio.src = "common/img/menu_bio.gif";
}

function live1(){
document.live.src = "common/img/menu_live_ov.gif";
}
function live2(){
document.live.src = "common/img/menu_live.gif";
}

function uta1(){
document.uta.src = "common/img/menu_uta_ov.gif";
}
function uta2(){
document.uta.src = "common/img/menu_uta.gif";
}

function dl1(){
document.dl.src = "common/img/menu_dl_ov.gif";
}
function dl2(){
document.dl.src = "common/img/menu_dl.gif";
}

function mobile1(){
document.mobile.src = "common/img/menu_mobile_ov.gif";
}
function mobile2(){
document.mobile.src = "common/img/menu_mobile.gif";
}

function bbs1(){
document.bbs.src = "common/img/menu_bbs_ov.gif";
}
function bbs2(){
document.bbs.src = "common/img/menu_bbs.gif";
}

function links1(){
document.links.src = "common/img/menu_links_ov.gif";
}
function links2(){
document.links.src = "common/img/menu_links.gif";
}

function mail1(){
document.mail.src = "common/img/menu_mail_ov.gif";
}
function mail2(){
document.mail.src = "common/img/menu_mail.gif";
}

function request1(){
document.request.src = "common/img/menu_request_ov.gif";
}
function request2(){
document.request.src = "common/img/menu_request.gif";
}





document.write('<table cellpadding="0" cellspacing="0" border="0" class="menu">');
document.write('<tr>');
document.write('<td><a href="main.html" target="main_right" onMouseOver="home1()" onMouseOut="home2()"><img src="common/img/menu_home.gif" alt="Home" border="0" width="50" height="14" name="home" /></a><br /></td>');
document.write('<td><a href="/Music/International/Arch/ES/GoodCharlotte/m_info.html" target="main_right" onMouseOver="news1()" onMouseOut="news2()"><img src="common/img/menu_news.gif" alt="News" border="0" width="47" height="14" name="news" /></a><br /></td>');
document.write('<td><a href="/Music/International/Arch/ES/GoodCharlotte/m_bio.html" target="main_right" onMouseOver="bio1()" onMouseOut="bio2()"><img src="common/img/menu_bio.gif" alt="Bio" border="0" width="32" height="14" name="bio" /></a><br /></td>');
document.write('<td><a href="/Music/International/Arch/ES/GoodCharlotte/m_disco.html" target="main_right" onMouseOver="music1()" onMouseOut="music2()"><img src="common/img/menu_music.gif" alt="Music" border="0" width="50" height="14" name="music" /></a><br /></td>');
document.write('<td><a href="/Music/International/Arch/ES/GoodCharlotte/m_live.html" target="main_right" onMouseOver="live1()" onMouseOut="live2()"><img src="common/img/menu_live.gif" alt="Live" border="0" width="37" height="14" name="live" /></a><br /></td>');
document.write('<td><a href="/Music/International/Arch/ES/GoodCharlotte/m_disco_uta.html" target="main_right" onMouseOver="uta1()" onMouseOut="uta2()"><img src="common/img/menu_uta.gif" alt="着うた&reg;など" border="0" width="79" height="14" name="uta" /></a><br /></td>');
document.write('<td><a href="/Music/International/Arch/ES/GoodCharlotte/download/d1.html" target="main_right" onMouseOver="dl1()" onMouseOut="dl2()"><img src="common/img/menu_dl.gif" alt="音楽ダウンロード" border="0" width="106" height="14" name="dl" /></a><br /></td>');
document.write('<td><a href="/Music/International/Arch/ES/GoodCharlotte/m_mobile_r.html" target="main_right" onMouseOver="mobile1()" onMouseOut="mobile2()"><img src="common/img/menu_mobile.gif" alt="Mobile" border="0" width="55" height="14" name="mobile" /></a><br /></td>');
document.write('<td><a href="bbs/index.html" target="main_right" onMouseOver="bbs1()" onMouseOut="bbs2()"><img src="common/img/menu_bbs.gif" alt="BBS" border="0" width="39" height="14" name="bbs" /></a><br /></td>');
document.write('<td><a href="/Music/International/Arch/ES/GoodCharlotte/m_links.html" target="main_right" onMouseOver="links1()" onMouseOut="links2()"><img src="common/img/menu_links.gif" alt="Links" border="0" width="46" height="14" name="links" /></a><br /></td>');
document.write('<td><a href="http://www.sonymusic.co.jp/Music/Mail/exp.php?ID=71003354" target="_blank" onMouseOver="mail1()" onMouseOut="mail2()"><img src="common/img/menu_mail.gif" alt="Mail" border="0" width="37" height="14" name="mail" /></a><br /></td>');
document.write('<td><a href="http://www.sonymusic.co.jp/international/request/" target="_blank" onMouseOver="request1()" onMouseOut="request2()"><img src="common/img/menu_request.gif" alt="Request" border="0" width="67" height="14" name="request" /></a><br /></td>');
document.write('</tr>');
document.write('</table>');
