function top1(){document.top.src = "../img/menu/top_ov.gif";}
function top2(){document.top.src = "../img/menu/top.gif";}

function information1(){document.information.src = "../img/menu/info_ov.gif";}
function information2(){document.information.src = "../img/menu/info.gif";}

function live1(){document.live.src = "../img/menu/live_ov.gif";}
function live2(){document.live.src = "../img/menu/live.gif";}

function disco1(){document.disco.src = "../img/menu/disco_ov.gif";}
function disco2(){document.disco.src = "../img/menu/disco.gif";}

function bio1(){document.bio.src = "../img/menu/bio_ov.gif";}
function bio2(){document.bio.src = "../img/menu/bio.gif";}

function blog1(){document.blog.src = "../img/menu/blog_ov.gif";}
function blog2(){document.blog.src = "../img/menu/blog.gif";}

function mobile1(){document.mobile.src = "../img/menu/mobile_ov.gif";}
function mobile2(){document.mobile.src = "../img/menu/mobile.gif";}

function mail1(){document.mail.src = "../img/menu/mail_ov.gif";}
function mail2(){document.mail.src = "../img/menu/mail.gif";}

function bbs1(){document.bbs.src = "../img/menu/bbs_ov.gif";}
function bbs2(){document.bbs.src = "../img/menu/bbs.gif";}

function staff1(){document.staff.src = "../img/menu/staff_ov.gif";}
function staff2(){document.staff.src = "../img/menu/staff.gif";}

function link1(){document.link.src = "../img/menu/link_ov.gif";}
function link2(){document.link.src = "../img/menu/link.gif";}

function request1(){document.request.src = "../img/menu/request_ov.gif";}
function request2(){document.request.src = "../img/menu/request.gif";}


document.write('<div id="header">');
document.write('<a href="../index.html"><img src="../img/logo.gif" width="303" height="52" border="0" alt="‚‹´ “µ" class="logo" /></a>');
document.write('<p id="menu">');
document.write('<a href="../index.html" onMouseOver="top1()" onMouseOut="top2()"><img src="../img/menu/top.gif" width="47" height="11" alt="TOP" name="top" border="0" class="menu"></a>');
document.write('<a href="../info/index.html" onMouseOver="information1()" onMouseOut="information2()"><img src="../img/menu/info.gif" width="119" height="11" alt="INFORMATION" name="information" border="0" class="menu"></a>');
document.write('<a href="../bio/index.html" onMouseOver="bio1()" onMouseOut="bio2()"><img src="../img/menu/bio.gif" width="101" height="11" alt="BIOGRAPHY" name="bio" border="0" class="menu"></a>');
document.write('<a href="../disco/index.html" onMouseOver="disco1()" onMouseOut="disco2()"><img src="../img/menu/disco.gif" width="119" height="11" alt="DISCOGRAPHY" name="disco" border="0" class="menu"></a>');
document.write('<a href="../live/index.html" onMouseOver="live1()" onMouseOut="live2()"><img src="../img/menu/live.gif" width="51" height="11" alt="LIVE" name="live" border="0" class="menu"></a><br />');
document.write('<a href="http://playlog.jp/takahashihitomi/blog/" onMouseOver="blog1()" onMouseOut="blog2()" target="_blank"><img src="../img/menu/blog.gif" width="44" height="11" alt="blog" name="blog" border="0" class="menu" style="margin-right:12px;">');
document.write('<a href="../bbs/index.html" onMouseOver="bbs1()" onMouseOut="bbs2()"><img src="../img/menu/bbs.gif" width="45" height="11" alt="BBS" name="bbs" border="0" class="menu"></a>');
document.write('<a href="../links/index.html" onMouseOver="link1()" onMouseOut="link2()"><img src="../img/menu/link.gif" width="53" height="11" alt="LINK" name="link" border="0" class="menu"></a>');
document.write('<a href="../mobile/index.html" onMouseOver="mobile1()" onMouseOut="mobile2()"><img src="../img/menu/mobile.gif" width="72" height="11" alt="MOBILE" name="mobile" border="0" class="menu"></a>');
document.write('<a href="../mail/index.html" onMouseOver="mail1()" onMouseOut="mail2()"><img src="../img/menu/mail.gif" width="55" height="11" alt="MAIL" name="mail" border="0" class="menu"></a>');
document.write('<a href="../request/index.html" onMouseOver="request1()" onMouseOut="request2()"><img src="../img/menu/request.gif" width="71" height="11" alt="REQUEST" name="request" border="0" class="menu"></a>');
document.write('</p>');
document.write('</div>');