function home1(){
document.home.src = "img/home_ov.gif";
}

function home2(){
document.home.src = "img/home.gif";
}

function info1(){
document.info.src = "img/info_ov.gif";
}

function info2(){
document.info.src = "img/info.gif";
}

function live1(){
document.live.src = "img/live_ov.gif";
}

function live2(){
document.live.src = "img/live.gif";
}

function disco1(){
document.disco.src = "img/disco_ov.gif";
}

function disco2(){
document.disco.src = "img/disco.gif";
}

function profile1(){
document.profile.src = "img/profile_ov.gif";
}

function profile2(){
document.profile.src = "img/profile.gif";
}

function diary1(){
document.diary.src = "img/diary_ov.gif";
}

function diary2(){
document.diary.src = "img/diary.gif";
}

function bbs1(){
document.bbs.src = "img/bbs_ov.gif";
}

function bbs2(){
document.bbs.src = "img/bbs.gif";
}

function special1(){
document.special.src = "img/special_ov.gif";
}

function special2(){
document.special.src = "img/special.gif";
}

function req1(){
document.req.src = "img/req_ov.gif";
}

function req2(){
document.req.src = "img/req.gif";
}

function mail1(){
document.mail.src = "img/mail_ov.gif";
}

function mail2(){
document.mail.src = "img/mail.gif";
}

function mobile1(){
document.mobile.src = "img/mobile_ov.gif";
}

function mobile2(){
document.mobile.src = "img/mobile.gif";
}

function uta1(){
document.uta.src = "img/uta_ov.gif";
}

function uta2(){
document.uta.src = "img/uta.gif";
}

function links1(){
document.links.src = "img/links_ov.gif";
}

function links2(){
document.links.src = "img/links.gif";
}



document.write('<table cellpadding="0" cellspacing="0" border="0" class="menu_btn">');
document.write('<tr>');
document.write('<td>');
document.write('<a href="index.html" onMouseOver="home1()" onMouseOut="home2()"><img src="img/home.gif" alt="HOME" border="0" height="26" name="home"></a>');
document.write('<img src="img/line.gif" alt="" border="0" height="13" style="margin:6px 0px 7px 0px;">');
document.write('<a href="disco/index.html" onMouseOver="disco1()" onMouseOut="disco2()"><img src="img/disco.gif" alt="DISCO" border="0" height="26" name="disco"></a>');
document.write('<img src="img/line.gif" alt="" border="0" height="13" style="margin:6px 0px 7px 0px;">');
document.write('<a href="profile/index.html" onMouseOver="profile1()" onMouseOut="profile2()"><img src="img/profile.gif" alt="PROFILE" border="0" height="26" name="profile"></a>');
document.write('<img src="img/line.gif" alt="" border="0" height="13" style="margin:6px 0px 7px 0px;">');
document.write('<a href="http://ameblo.jp/hoshimuramai/" target="_blank" onMouseOver="diary1()" onMouseOut="diary2()"><img src="img/diary.gif" alt="BLOG" border="0" height="26" name="diary"></a>');
document.write('<img src="img/line.gif" alt="" border="0" height="13" style="margin:6px 0px 7px 0px;">');
document.write('<a href="uta/index.html" onMouseOver="uta1()" onMouseOut="uta2()"><img src="img/uta.gif" alt="’…‚¤‚½" border="0" height="26" name="uta"></a>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');


