function history1(){
document.history.src = "../img/btn_history_ov.gif";
}

function history2(){
document.history.src = "../img/btn_history.gif";
}

function release1(){
document.release.src = "../img/btn_release_ov.gif";
}

function release2(){
document.release.src = "../img/btn_release.gif";
}

function disco1(){
document.disco.src = "../img/btn_disco_ov.gif";
}

function disco2(){
document.disco.src = "../img/btn_disco.gif";
}

function bio1(){
document.bio.src = "../img/btn_bio_ov.gif";
}

function bio2(){
document.bio.src = "../img/btn_bio.gif";
}

function member1(){
document.member.src = "../img/btn_member_ov.gif";
}

function member2(){
document.member.src = "../img/btn_member.gif";
}

function link1(){
document.link.src = "../img/btn_links_ov.gif";
}

function link2(){
document.link.src = "../img/btn_links.gif";
}

function episode1(){
document.episode.src = "../img/btn_episode_ov.gif";
}

function episode2(){
document.episode.src = "../img/btn_episode.gif";
}

function equipment1(){
document.equipment.src = "../img/btn_equipment_ov.gif";
}

function equipment2(){
document.equipment.src = "../img/btn_equipment.gif";
}

function mail1(){
document.mail.src = "../img/btn_mail_ov.gif";
}

function mail2(){
document.mail.src = "../img/btn_mail.gif";
}


function info1(){
document.info.src = "../img/btn_info_ov.gif";
}

function info2(){
document.info.src = "../img/btn_info.gif";
}


function live1(){
document.live.src = "../img/btn_live_ov.gif";
}

function live2(){
document.live.src = "../img/btn_live.gif";
}


function media1(){
document.media.src = "../img/btn_media_ov.gif";
}

function media2(){
document.media.src = "../img/btn_media.gif";
}

function popup3() {
w = window.open('../popup/live_dvd.html', 'win','width=520,height=600,status=no,scrollbars=yes,directories=no,menubar=no,resizable=no,toolbar=no');
w.focus();}

document.write('<div class="header">');
document.write('<table border="0" cellpadding="0" cellspacing="0" class="header"><tr>');
document.write('<td colspan="2"><table border="0" cellpadding="0" cellspacing="0"><tr><td><a href="../index.html"><img src="../img/logo1.gif" width="109" height="89" border="0" alt="" style="margin-left:0px"></a></td><td><a href="../special/roadshow/index.html" target="_blank"><img src="../img/banner_roadshow.jpg" width="317" height="89" border="0" alt="" style="margin-left:0px"></a><a href="../goods/2009winter/index.html" target="_blank"><img src="../img/banner_goods_09win.jpg" width="317" height="89" border="0" alt="" style="margin-left:6px"></a></td></tr></table></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width="310"><a href="../index.html"><img src="../img/logo2.gif" alt="UNICORN" width="310" height="51" style="margin-left:0px"></a></td>');
document.write('<td align="left" valign="bottom" width="450"><table border="0" cellpadding="0" cellspacing="0"><tr>');
document.write('<td><a href="../info/index.html" onMouseOver="info1()" onMouseOut="info2()"><img src="../img/btn_info.gif" width="71" height="12" alt="INFORMATION" name="info" border="0" class="menu"></a></td>');
document.write('<td><a href="http://blog.excite.co.jp/unicorn-osuki/" onMouseOver="history1()" onMouseOut="history2()" target="_blank"><img src="../img/btn_history.gif" width="48" height="12" alt="HYSTORY" name="history" border="0" class="menu"></a></td>');
document.write('<td><a href="../bio/index.html" onMouseOver="bio1()" onMouseOut="bio2()"><img src="../img/btn_bio.gif" width="61" height="12" alt="BIOGRAPHY" name="bio" border="0" class="menu"></a></td>');
document.write('<td><a href="../member/index.html" onMouseOver="member1()" onMouseOut="member2()"><img src="../img/btn_member.gif" width="46" height="12" alt="MEMBER" name="member" border="0" class="menu"></a></td>');
document.write('<td><a href="../release/index.html" onMouseOver="release1()" onMouseOut="release2()"><img src="../img/btn_release.gif" width="69" height="12" alt="NEW RELEASE" name="release" border="0" class="menu"></a></td>');
document.write('<td><a href="../live/index.html" onMouseOver="live1()" onMouseOut="live2()"><img src="../img/btn_live.gif" width="26" height="12" alt="LIVE" name="live" border="0" class="menu"></a>');
document.write('</td>');
document.write('</tr><tr>');
document.write('<td><a href="../disco/index.html" onMouseOver="disco1()" onMouseOut="disco2()"><img src="../img/btn_disco.gif" width="75" height="12" alt="DISCOGRAPHY" name="disco" border="0" class="menu2"></a><br></td>');
document.write('<td><a href="../episode/index.html" onMouseOver="episode1()" onMouseOut="episode2()"><img src="../img/btn_episode.gif" width="45" height="12" alt="EPISODE" name="episode" border="0" class="menu2"></a></td>');
document.write('<td><a href="../equipment/index.html" onMouseOver="equipment1()" onMouseOut="equipment2()"><img src="../img/btn_equipment.gif" width="61" height="12" alt="EQUIPMENT" name="equipment" border="0" class="menu2"></a></td>');
document.write('<td><a href="../link/index.html" onMouseOver="link1()" onMouseOut="link2()"><img src="../img/btn_links.gif" width="34" height="12" alt="LINKS" name="link" border="0" class="menu2"></a></td>');
document.write('<td><a href="../mail/index.html" onMouseOver="mail1()" onMouseOut="mail2()"><img src="../img/btn_mail.gif" width="71" height="12" alt="MAIL SERVICE" name="mail" border="0" class="menu2"></a></td>');
document.write('<td><a href="../media/index.html" onMouseOver="media1()" onMouseOut="media2()"><img src="../img/btn_media.gif" width="36" height="12" alt="MEDIA" name="media" border="0" class="menu2"></a></td>');
document.write('</tr></table></td>');
document.write('</tr>');
document.write('</table>');
document.write('</div>');
