function info1(){
document.info.src = "../img/menu/info_on.jpg";
}

function info2(){
document.info.src = "../img/menu/info.jpg";
}
function disco1(){
document.disco.src = "../img/menu/disco_on.jpg";
}

function disco2(){
document.disco.src = "../img/menu/disco.jpg";
}

function profile1(){
document.profile.src = "../img/menu/profile_on.jpg";
}

function profile2(){
document.profile.src = "../img/menu/profile.jpg";
}

function blog1(){
document.blog.src = "../img/menu/blog_on.jpg";
}

function blog2(){
document.blog.src = "../img/menu/blog.jpg";
}
function bbs1(){
document.bbs.src = "../img/menu/bbs_on.jpg";
}

function bbs2(){
document.bbs.src = "../img/menu/bbs.jpg";
}

function special1(){
document.special.src = "../img/menu/special_on.jpg";
}

function special2(){
document.special.src = "../img/menu/special.jpg";
}

function gallery1(){
document.gallery.src = "../img/menu/gallery_on.jpg";
}

function gallery2(){
document.gallery.src = "../img/menu/gallery.jpg";
}

function link1(){
document.link.src = "../img/menu/link_on.jpg";
}

function link2(){
document.link.src = "../img/menu/link.jpg";
}

function request1(){
document.request.src = "../img/menu/request_on.jpg";
}

function request2(){
document.request.src = "../img/menu/request.jpg";
}

function live1(){
document.live.src = "../img/menu/live_on.jpg";
}

function live2(){
document.live.src = "../img/menu/live.jpg";
}

function media1(){
document.media.src = "../img/menu/media_on.jpg";
}

function media2(){
document.media.src = "../img/menu/media.jpg";
}


document.write('<div id="header">');
document.write('<a href="../index.html"><img src="../img/menu/title.gif" width="219" height="33" border="0" alt="Rie fu Official web site" class="logo" /></a><br />');
document.write('<a href="../info/index.html" onMouseOver="info1()" onMouseOut="info2()"><img src="../img/menu/info.jpg" width="56" height="14" alt="Information" name="info" border="0" class="menu"></a>');
document.write('<a href="../live/index.html" onMouseOver="live1()" onMouseOut="live2()"><img src="../img/menu/live.jpg" width="19" height="14" alt="Live" name="live" border="0" class="menu"></a>');
document.write('<a href="../media/index.html" onMouseOver="media1()" onMouseOut="media2()"><img src="../img/menu/media.jpg" width="30" height="14" alt="Media" name="media" border="0" class="menu"></a>');
document.write('<a href="../profile/index.html" onMouseOver="profile1()" onMouseOut="profile2()"><img src="../img/menu/profile.jpg" width="32" height="14" alt="Profile" name="profile" border="0" class="menu"></a>');
document.write('<a href="../disco/index.html" onMouseOver="disco1()" onMouseOut="disco2()"><img src="../img/menu/disco.jpg" width="62" height="14" alt="Discography" name="disco" border="0" class="menu"></a>');
document.write('<a href="http://blog.excite.co.jp/riefublog/" target="_blank" onMouseOver="blog1()" onMouseOut="blog2()"><img src="../img/menu/blog.jpg" width="21" height="14" alt="Blog" name="blog" border="0" class="menu"></a>');
document.write('<a href="javascript:pop_gallery()" onMouseOver="gallery1()" onMouseOut="gallery2()"><img src="../img/menu/gallery.jpg" width="36" height="14" alt="Gallery" name="gallery" border="0" class="menu"></a>');
document.write('<a href="../message/index.html" onMouseOver="bbs1()" onMouseOut="bbs2()"><img src="../img/menu/bbs.jpg" width="17" height="14" alt="BBS" name="bbs" border="0" class="menu"></a>');
document.write('<a href="../request/index.html" onMouseOver="request1()" onMouseOut="request2()"><img src="../img/menu/request.jpg" width="39" height="14" alt="Special" name="request" border="0" class="menu"></a>');
document.write('</div>');