function home1(){

document.home.src = "../img/menu/menu_home_on.gif";

}


function home2(){

document.home.src = "../img/menu/menu_home.gif";

}

function news1(){

document.news.src = "../img/menu/menu_news_on.gif";

}


function news2(){

document.news.src = "../img/menu/menu_news.gif";

}

function live1(){

document.live.src = "../img/menu/menu_live_on.gif";

}


function live2(){

document.live.src = "../img/menu/menu_live.gif";

}

function media1(){

document.media.src = "../img/menu/menu_media_on.gif";

}


function media2(){

document.media.src = "../img/menu/menu_media.gif";

}

function disco1(){

document.disco.src = "../img/menu/menu_disco_on.gif";

}


function disco2(){

document.disco.src = "../img/menu/menu_disco.gif";

}

function profile1(){

document.profile.src = "../img/menu/menu_profile_on.gif";

}

function profile2(){

document.profile.src = "../img/menu/menu_profile.gif";

}


function blog1(){

document.blog.src = "../img/menu/menu_blog_on.gif";

}



function blog2(){

document.blog.src = "../img/menu/menu_blog.gif";

}


function mail1(){

document.mail.src = "../img/menu/menu_mail_on.gif";

}


function mail2(){

document.mail.src = "../img/menu/menu_mail.gif";

}


function magazine1(){

document.magazine.src = "../img/menu/menu_mailmagazine_on.gif";

}


function magazine2(){

document.magazine.src = "../img/menu/menu_mailmagazine.gif";

}


function mobile1(){

document.mobile.src = "../img/menu/menu_mobile_on.gif";

}


function mobile2(){

document.mobile.src = "../img/menu/menu_mobile.gif";

}


function link1(){

document.link.src = "../img/menu/menu_link_on.gif";

}


function link2(){

document.link.src = "../img/menu/menu_link.gif";

}


function english1(){

document.english.src = "../img/menu/menu_eng_on.gif";

}


function english2(){

document.english.src = "../img/menu/menu_eng.gif";

}


function openWin(URL,winName,features) { 
  window.open(URL,winName,features);
}

function mailWin() {
   window.open("http://www.sonymusic.co.jp/Music/Mail/exp.php?ID=70004954","mail","width=600,height=400,toolbar=no,location=no,status=no,menubar=auto,scrollbars=yes,resizable=no");
}

document.write('<table border="0" cellpadding="0" cellspacing="0" class="menu">');
document.write('<tr>');
document.write('<td>');
document.write('<a href="../index.html" target="_top" onmouseover="home1();" onmouseout="home2();"><img src="../img/menu/menu_home.gif" alt="ホーム" name="home" width="44" height="17" /></a>');
document.write('<a href="../news/index.html" target="_top" onmouseover="news1();" onmouseout="news2();"><img src="../img/menu/menu_news.gif" alt="ニュース" name="news" width="53" height="17" /></a>');
document.write('<a href="../live/index.html" target="_top" onmouseover="live1();" onmouseout="live2();"><img src="../img/menu/menu_live.gif" alt="ライブ" name="live" width="45" height="17" /></a>');
document.write('<a href="../media/index.html" target="_top" onmouseover="media1();" onmouseout="media2();"><img src="../img/menu/menu_media.gif" alt="メディア" name="media" width="53" height="17" /></a>');
document.write('<a href="../disco/index.html" target="_top" onmouseover="disco1();" onmouseout="disco2();"><img src="../img/menu/menu_disco.gif" alt="ディスコ" name="disco" width="52" height="17" /></a>');
document.write('<a href="../profile/index.html" target="_top" onmouseover="profile1();" onmouseout="profile2();"><img src="../img/menu/menu_profile.gif" alt="プロフィール" name="profile" width="74" height="17" /></a>');
document.write('<a href="http://blog.goo.ne.jp/hajime-keyboard/" target="_blank" onmouseover="blog1();" onmouseout="blog2();"><img src="../img/menu/menu_blog.gif" alt="ブログ" name="blog" width="46" height="17" /></a>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
document.write('<a href="../goods/index.html" target="_top" onmouseover="goods1();" onmouseout="goods2();"><img src="../img/menu/menu_goods.gif" alt="グッズ" name="goods" width="44" height="17" /></a>');
document.write('<a href="../mail/index.html" target="_top" onmouseover="mail1();" onmouseout="mail2();"><img src="../img/menu/menu_mail.gif" alt="メール" name="mail" width="44" height="17" /></a>');
document.write('<a href="javascript:mailWin();" onmouseover="magazine1();" onmouseout="magazine2();"><img src="../img/menu/menu_mailmagazine.gif" alt="メールマガジン" name="magazine" width="90" height="17" /></a>');
document.write('<a href="../mobile/index.html" target="_top" onmouseover="mobile1();" onmouseout="mobile2();"><img src="../img/menu/menu_mobile.gif" alt="ケータイ" name="mobile" width="56" height="17" /></a>');
document.write('<a href="../link/index.html" target="_top" onmouseover="link1();" onmouseout="link2();"><img src="../img/menu/menu_link.gif" alt="リンク" name="link" width="47" height="17" /></a>');
document.write('<a href="../english/news/index.html" target="_top" onmouseover="english1();" onmouseout="english2();"><img src="../img/menu/menu_eng.gif" alt="English" name="english" width="56" height="17" /></a>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');