function top1(){
document.top.src = "img/menu_top_off.gif";
}
function top2(){
document.top.src = "img/menu_top_on.gif";
}
function news1(){
document.news.src = "img/menu_news_off.gif";
}
function news2(){
document.news.src = "img/menu_news_on.gif";
}
function trailer1(){
document.trailer.src = "img/menu_trailer_off.gif";
}
function trailer2(){
document.trailer.src = "img/menu_trailer_on.gif";
}
function story1(){
document.story.src = "img/menu_story_off.gif";
}
function story2(){
document.story.src = "img/menu_story_on.gif";
}
function photo1(){
document.photo.src = "img/menu_photo_off.gif";
}
function photo2(){
document.photo.src = "img/menu_photo_on.gif";
}
function cast1(){
document.cast.src = "img/menu_cast_off.gif";
}
function cast2(){
document.cast.src = "img/menu_cast_on.gif";
}
function theater1(){
document.theater.src = "img/menu_theater_off.gif";
}
function theater2(){
document.theater.src = "img/menu_theater_on.gif";
}
function bbs1(){
document.bbs.src = "img/menu_bbs_off.gif";
}
function bbs2(){
document.bbs.src = "img/menu_bbs_on.gif";
}
function link1(){
document.link.src = "img/menu_link_off.gif";
}
function link2(){
document.link.src = "img/menu_link_on.gif";
}
function mobile1(){
document.mobile.src = "img/menu_mobile_off.gif";
}
function mobile2(){
document.mobile.src = "img/menu_mobile_on.gif";
}
function more1(){
document.more.src = "img/menu_more_off.gif";
}
function more2(){
document.more.src = "img/menu_more_on.gif";
}

document.write('<a href="index.html"><img src="img/main_logo_side.gif" border="0" width="178" height="78" /></a><br />');
document.write('<div align="left">');
document.write('<table cellpadding="0" cellspacing="0" border="0" class="menu">');
document.write('<tr>');
document.write('<td class="menu"><a href="index.html" target="_top" onmouseover="top2()" onmouseout="top1()"><img src="img/menu_top_off.gif" border="0" alt="ホーム" name="top" /></a></td>')
document.write('</tr><tr>');
document.write('<td class="menu"><a href="news/index.html" target="_top" onmouseover="news2()" onmouseout="news1()"><img src="img/menu_news_off.gif" border="0" alt="NEWS" name="news" /></a></td>');
document.write('</tr><tr>');
document.write('<td class="menu"><a href="trailer/index.html" target="_top" onmouseover="trailer2()" onmouseout="trailer1()"><img src="img/menu_trailer_off.gif"  border="0" alt="TRAILER" name="trailer" /></a></td>');
document.write('</tr><tr>');
document.write('<td class="menu"><a href="story/index.html" target="_top" onmouseover="story2()" onmouseout="story1()"><img src="img/menu_story_off.gif" border="0" alt="STORY" name="story" /></a></td>');
document.write('</tr><tr>');
document.write('<td class="menu"><a href="cast/index.html" target="_top" onmouseover="cast2()" onmouseout="cast1()"><img src="img/menu_cast_off.gif" border="0" alt="CAST &amp; STAFF" name="cast"/></a></td>');
document.write('</tr><tr>');
document.write('<td class="menu"><a href="photo/index.html" target="_top" onmouseover="photo2()" onmouseout="photo1()"><img src="img/menu_photo_off.gif" border="0" alt="PHOTO GALLERY" name="photo" /></a></td>');
document.write('</tr><tr>');
document.write('<td class="menu"><a href="theater/index.html" target="_top" onmouseover="theater2()" onmouseout="theater1()"><img src="img/menu_theater_off.gif" border="0" alt="THEATER" name="theater" /></a></td>');
document.write('</tr><tr>');
document.write('<td class="menu"><a href="message/index.html" target="_top" onmouseover="bbs2()" onmouseout="bbs1()"><img src="img/menu_bbs_off.gif" border="0" alt="BBS" name="bbs" /></a></td>');
document.write('</tr><tr>');
document.write('<td class="menu"><a href="link/index.html" target="_top" onmouseover="link2()" onmouseout="link1()"><img src="img/menu_link_off.gif" border="0" alt="LINK" name="link" /></a></td>');
document.write('</tr><tr>');
document.write('<td class="menu"><a href="mobile/index.html" target="_top" onmouseover="mobile2()" onmouseout="mobile1()"><img src="img/menu_mobile_off.gif" border="0" alt="MOBILE" name="mobile" /></a></td>');
document.write('</tr><tr>');
document.write('<td class="menu"><a href="more/index.html" target="_top" onmouseover="more2()" onmouseout="more1()"><img src="img/menu_more_off.gif" border="0" alt="more" name="more"/></a></td>');
document.write('</tr><tr>');
document.write('<td><a href="chix_chicks/"><img src="img/banner02.jpg" border="0" alt="" class="banner2" /></a><br />');
document.write('<a href="http://www.cinemusica.jp/bluray/index.html" target="_blank"><img src="img/banner_blu.jpg" border="0" alt="cinemusica作品のブルーレイディスク盤が7/2一挙発売決定！！" class="banner2" /></a></td>');
document.write('</tr>');
document.write('</table>');
document.write('</div>');
