function select_link(Obj){
 var url= Obj.options[Obj.selectedIndex].value
 if(url == '') {
 return false;
 }else{
 var winTarget = "_blank";
 open(url, winTarget);
 }
}

function top1(){
document.top.src = "img/menu_top_on.gif";
}

function top2(){
document.top.src = "img/menu_top.gif";
}

function news1(){
document.news.src = "img/menu_news_on.gif";
}

function news2(){
document.news.src = "img/menu_news.gif";
}

function trailer1(){
document.trailer.src = "img/menu_trailer_on.gif";
}

function trailer2(){
document.trailer.src = "img/menu_trailer.gif";
}

function intro1(){
document.intro.src = "img/menu_intro_on.gif";
}

function intro2(){
document.intro.src = "img/menu_intro.gif";
}

function story1(){
document.story.src = "img/menu_story_on.gif";
}

function story2(){
document.story.src = "img/menu_story.gif";
}

function cast1(){
document.cast.src = "img/menu_cast_on.gif";
}

function cast2(){
document.cast.src = "img/menu_cast.gif";
}

function photo1(){
document.photo.src = "img/menu_photo_on.gif";
}

function photo2(){
document.photo.src = "img/menu_photo.gif";
}

function theater1(){
document.theater.src = "img/menu_theater_on.gif";
}

function theater2(){
document.theater.src = "img/menu_theater.gif";
}

function bbs1(){
document.bbs.src = "img/menu_bbs_on.gif";
}

function bbs2(){
document.bbs.src = "img/menu_bbs.gif";
}

function link1(){
document.link.src = "img/menu_link_on.gif";
}

function link2(){
document.link.src = "img/menu_link.gif";
}

function mobile1(){
document.mobile.src = "img/menu_mobile_on.gif";
}

function mobile2(){
document.mobile.src = "img/menu_mobile.gif";
}

function more1(){
document.more.src = "img/menu_more_on.gif";
}

function more2(){
document.more.src = "img/menu_more.gif";
}




document.write('<table border="0" cellspacing="0" cellpadding="0" class="pull">');
document.write('<tr>');
document.write('<td align="left"><a href="http://www.cinemusica.jp/" target="_blank"><img src="img/header_logo_cinemusica.gif" alt="cinemusica" width="203" height="15" border="0" /></a></td>');
document.write('<td align="right"><img src="img/cinemusica_text.gif" alt="cinemusica movie" border="0" width="94" height="9" hspace="6" /><select onchange="select_link(this);" style="width:180px;" /><option value=""></option><option value="http://www.kanashii-boyfriend.com/">悲しいボーイフレンド</option><option value="http://www.cinemusica.jp/corazondemelon/">コラソン de メロン</option><option value="http://www.onkon.jp/">音符と昆布</option><option value="http://www.white-mexico.jp/">WHITE MEXICO/ホワイトメキシコ</option><option value="http://www.tokyo-uso.jp/">東京の嘘</option><option value="http://www.cherry-pie.jp/">cherry pie/チェリーパイ</option><br /></td>');
document.write('</tr>');
document.write('</table>');
document.write('<img src="img/header_logo_main.gif" alt="コラソン de メロン" width="458" height="78" /><br />');
document.write('<table cellpadding="0" cellspacing="0" border="0">');
document.write('<tr>');
document.write('<td><a href="index.html" onMouseOver="top1()" onMouseOut="top2()"><img src="img/menu_top.gif" alt="Top" border="0" height="18" class="menu" name="top" /></a><br /></td>');
document.write('<td><a href="news/index.html" onMouseOver="news1()" onMouseOut="news2()"><img src="img/menu_news.gif" alt="News" border="0" height="18" class="menu" name="news" /></a><br /></td>');
document.write('<td><a href="trailer/index.html" onMouseOver="trailer1()" onMouseOut="trailer2()"><img src="img/menu_trailer.gif" alt="Trailer" border="0" height="18" class="menu" name="trailer" /></a><br /></td>');
document.write('<td><a href="intro/index.html" onMouseOver="intro1()" onMouseOut="intro2()"><img src="img/menu_intro.gif" alt="Introduction" border="0" height="18" class="menu" name="intro" /></a><br /></td>');
document.write('<td><a href="story/index.html" onMouseOver="story1()" onMouseOut="story2()"><img src="img/menu_story.gif" alt="Story" border="0" height="18" class="menu" name="story" /></a><br /></td>');
document.write('<td><a href="cast/index.html" onMouseOver="cast1()" onMouseOut="cast2()"><img src="img/menu_cast.gif" alt="Cast" border="0" height="18" class="menu" name="cast" /></a><br /></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><a href="photo/index.html" onMouseOver="photo1()" onMouseOut="photo2()"><img src="img/menu_photo.gif" alt="Photo Gallery" border="0" height="18" class="menu2" name="photo" /></a><br /></td>');
document.write('<td><a href="theater/index.html" onMouseOver="theater1()" onMouseOut="theater2()"><img src="img/menu_theater.gif" alt="Theater" border="0" height="18" class="menu2" name="theater" /></a><br /></td>');
document.write('<td><a href="bbs/index.html" onMouseOver="bbs1()" onMouseOut="bbs2()"><img src="img/menu_bbs.gif" alt="BBS" border="0" height="18" class="menu2" name="bbs" /></a><br /></td>');
document.write('<td><a href="link/index.html" onMouseOver="link1()" onMouseOut="link2()"><img src="img/menu_link.gif" alt="Link" border="0" height="18" class="menu2" name="link" /></a><br /></td>');
document.write('<td><a href="mobile/index.html" onMouseOver="mobile1()" onMouseOut="mobile2()"><img src="img/menu_mobile.gif" alt="Mobile" border="0" height="18" class="menu2" name="mobile" /></a><br /></td>');
document.write('<td><a href="more/index.html" onMouseOver="more1()" onMouseOut="more2()"><img src="img/menu_more.gif" alt="More" border="0" height="18" class="menu2" name="more" /></a><br /></td>');
document.write('</tr>');
document.write('</table>');


