function top1(){
document.top.src = "img/btn_top_on.gif";
}

function top2(){
document.top.src = "img/btn_top.gif";
}

function info1(){
document.info.src = "img/btn_info_on.gif";
}

function info2(){
document.info.src = "img/btn_info.gif";
}

function disco1(){
document.disco.src = "img/btn_disco_on.gif";
}

function disco2(){
document.disco.src = "img/btn_disco.gif";
}

function bio1(){
document.bio.src = "img/btn_profile_on.gif";
}

function bio2(){
document.bio.src = "img/btn_profile.gif";
}

function media1(){
document.media.src = "img/btn_media_on.gif";
}

function media2(){
document.media.src = "img/btn_media.gif";
}

function live1(){
document.live.src = "img/btn_live_on.gif";
}

function live2(){
document.live.src = "img/btn_live.gif";
}

function mobile1(){
document.mobile.src = "img/btn_mobile_on.gif";
}

function mobile2(){
document.mobile.src = "img/btn_mobile.gif";
}

function mail1(){
document.mail.src = "img/btn_mail_on.gif";
}

function mail2(){
document.mail.src = "img/btn_mail.gif";
}

function goods1(){
document.goods.src = "img/btn_goods_on.gif";
}

function goods2(){
document.goods.src = "img/btn_goods.gif";
}

function bs1(){
document.bs.src = "img/btn_bs_on.gif";
}

function bs2(){
document.bs.src = "img/btn_bs.gif";
}

function diary1(){
document.diary.src = "img/btn_diary_on.gif";
}

function diary2(){
document.diary.src = "img/btn_diary.gif";
}

function bbs1(){
document.bbs.src = "img/btn_bbs_on.gif";
}

function bbs2(){
document.bbs.src = "img/btn_bbs.gif";
}

function tv1(){
document.tv.src = "img/btn_tv_on.gif";
}

function tv2(){
document.tv.src = "img/btn_tv.gif";
}

function stdiary1(){
document.stdiary.src = "img/btn_stdiary_on.gif";
}

function stdiary2(){
document.stdiary.src = "img/btn_stdiary.gif";
}


document.write('<a href="index.html" onMouseOver="top1()" onMouseOut="top2()"><img src="img/btn_top.gif" width="155" height="25" border="0" alt="TOP" name="top" class="menu" /></a><br />');
document.write('<a href="info/index.html" onMouseOver="info1()" onMouseOut="info2()"><img src="img/btn_info.gif" width="155" height="25" border="0" alt="INFORMATION" name="info" class="menu" /></a><br />');
document.write('<a href="disco/index.html" onMouseOver="disco1()" onMouseOut="disco2()"><img src="img/btn_disco.gif" width="155" height="25" border="0" alt="DISCOGRAPHY" name="disco" class="menu" /></a><br />');
document.write('<a href="profile/index.html" onMouseOver="bio1()" onMouseOut="bio2()"><img src="img/btn_profile.gif" width="155" height="25" border="0" alt="PROFILE" name="bio" class="menu" /></a><br />');
document.write('<a href="tv/index.html" onMouseOver="tv1()" onMouseOut="tv2()"><img src="img/btn_tv.gif" width="155" height="25" border="0" alt="POSSI-TV" name="tv" class="menu" /></a><br />');
document.write('<a href="media/index.html" onMouseOver="media1()" onMouseOut="media2()"><img src="img/btn_media.gif" width="155" height="25" border="0" alt="MEDIA" name="media" class="menu" /></a><br />');
document.write('<a href="live/index.html" onMouseOver="live1()" onMouseOut="live2()"><img src="img/btn_live.gif" width="155" height="25" border="0" alt="LIVE" name="live" class="menu" /></a><br />');
document.write('<a href="http://www.sonymusic.co.jp/Music/Mail/exp.php?ID=70004442" onMouseOver="mail1()" onMouseOut="mail2()" target="_blank"><img src="img/btn_mail.gif" width="155" height="25" border="0" alt="MAIL SERVICE" name="mail" class="menu" /></a><br />');
document.write('<a href="mobile/index.html" onMouseOver="mobile1()" onMouseOut="mobile2()"><img src="img/btn_mobile.gif" width="155" height="25" border="0" alt="MOBILE" name="mobile" class="menu" /></a><br />');

document.write('<a href="goods/index.html" onMouseOver="goods1()" onMouseOut="goods2()"><img src="img/btn_goods.gif" width="155" height="25" border="0" alt="GOODS" name="goods" class="menu" /></a><br />');
document.write('<!-- <a href="bs/index.html" onMouseOver="bs1()" onMouseOut="bs2()"><img src="img/btn_bs.gif" width="155" height="25" border="0" alt="BACKSTAGE" name="bs" class="menu" /></a><br /> -->');
document.write('<a href="http://playlog.jp/possibility/blog/" onMouseOver="diary1()" onMouseOut="diary2()" target="_blank"><img src="img/btn_diary.gif" width="155" height="25" border="0" alt="DIARY" name="diary" class="menu" /></a><br />');
document.write('<a href="http://playlog.jp/possista/blog/" onMouseOver="stdiary1()" onMouseOut="stdiary2()" target="_blank"><img src="img/btn_stdiary.gif" width="155" height="25" border="0" alt="STAFF DIARY" name="stdiary" class="menu" /></a><br />');
document.write('<a href="bbs/index.html" onMouseOver="bbs1()" onMouseOut="bbs2()"><img src="img/btn_bbs.gif" width="155" height="25" border="0" alt="BBS" name="bbs" class="menu" /></a><br /><br />');

