function info1(){

document.info_btn.src = ("img/menu/info_on.jpg");

}

function info2(){

document.info_btn.src = ("img/menu/info_off.jpg");

}

function blog1(){

document.blog_btn.src = ("img/menu/blog_on.jpg");

}

function blog2(){

document.blog_btn.src = ("img/menu/blog_off.jpg");

}
function prof1(){

document.prof_btn.src = ("img/menu/prof_on.jpg");

}

function prof2(){

document.prof_btn.src = ("img/menu/prof_off.jpg");

}
function disco1(){

document.disco_btn.src = ("img/menu/disco_on.jpg");

}

function disco2(){

document.disco_btn.src = ("img/menu/disco_off.jpg");

}
function down1(){

document.down_btn.src = ("img/menu/down_on.jpg");

}

function down2(){

document.down_btn.src = ("img/menu/down_off.jpg");

}

function movie1(){

document.movie_btn.src = ("img/menu/movie_on.jpg");

}

function movie2(){

document.movie_btn.src = ("img/menu/movie_off.jpg");

}

function bbs1(){

document.bbs_btn.src = ("img/menu/bbs_on.jpg");

}

function bbs2(){

document.bbs_btn.src = ("img/menu/bbs_off.jpg");

}

function mobile1(){

document.mobile_btn.src = ("img/menu/mobile_on.jpg");

}

function mobile2(){

document.mobile_btn.src = ("img/menu/mobile_off.jpg");

}

function mail1(){

document.mail_btn.src = ("img/menu/mail_on.jpg");

}

function mail2(){

document.mail_btn.src = ("img/menu/mail_off.jpg");

}

function link1(){

document.link_btn.src = ("img/menu/link_on.jpg");

}

function link2(){

document.link_btn.src = ("img/menu/link_off.jpg");

}


document.write('<a href="index.html" ><img src="img/header_logo.jpg" width="337" height="134" border="0" alt="Kalafina" class="logo"></a>');

document.write('<div class="menu">');

document.write('<img src="img/menu/header_space.jpg" height="32" border="0" alt="" />');

document.write('<br />');

document.write('<a href="info/" onMouseOver="info1()" onMouseOut="info2()"><img src="img/menu/info_off.jpg" height="40" border="0" alt="INFORMATION" name="info_btn" /></a>');

document.write('<a href="http://blog.oricon.co.jp/kalafina/" target="_blank" onMouseOver="blog1()" onMouseOut="blog2()"><img src="img/menu/blog_off.jpg" height="40" border="0" alt="BLOG" name="blog_btn"/></a>');

document.write('<a href="profile/" onMouseOver="prof1()" onMouseOut="prof2()"><img src="img/menu/prof_off.jpg" height="40" border="0" alt="PROFILE" name="prof_btn"/></a>');

document.write('<a href="disco/" onMouseOver="disco1()" onMouseOut="disco2()"><img src="img/menu/disco_off.jpg" height="40" border="0" alt="DISCOGRAPHY" name="disco_btn"/></a>');

document.write('<br />');

document.write('<a href="download/" onMouseOver="down1()" onMouseOut="down2()"><img src="img/menu/down_off.jpg" height="35" border="0" alt="DOWNLOAD" name="down_btn"/></a>');

document.write('<a href="movie/" onMouseOver="movie1()" onMouseOut="movie2()"><img src="img/menu/movie_off.jpg" height="35" border="0" alt="MOVIE" name="movie_btn"/></a>');

document.write('<a href="bbs/" onMouseOver="bbs1()" onMouseOut="bbs2()"><img src="img/menu/bbs_off.jpg" height="35" border="0" alt="BBS" name="bbs_btn"/></a>');

document.write('<a href="mobile/" onMouseOver="mobile1()" onMouseOut="mobile2()"><img src="img/menu/mobile_off.jpg" height="35" border="0" alt="MOBILE" name="mobile_btn"/></a>');

document.write('<a href="https://ssl.sme.co.jp/Music/Mail/exp_ssl.php?ID=70005026" target="_blank" onMouseOver="mail1()" onMouseOut="mail2()"><img src="img/menu/mail_off.jpg" height="35" border="0" alt="E-MAIL" name="mail_btn"/></a>');

document.write('<a href="link/" onMouseOver="link1()" onMouseOut="link2()"><img src="img/menu/link_off.jpg" height="35" border="0" alt="LINK" name="link_btn"/></a>');

document.write('<br />');

document.write('</div>');