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 = "../common/header/top_ov.gif";
}
function top2(){
document.top.src = "../common/header/top.gif";
}
function news1(){
document.news.src = "../common/header/news_ov.gif";
}
function news2(){
document.news.src = "../common/header/news.gif";
}
function trailer1(){
document.trailer.src = "../common/header/trailer_ov.gif";
}
function trailer2(){
document.trailer.src = "../common/header/trailer.gif";
}
function story1(){
document.story.src = "../common/header/story_ov.gif";
}
function story2(){
document.story.src = "../common/header/story.gif";
}
function photo1(){
document.photo.src = "../common/header/photogallery_ov.gif";
}
function photo2(){
document.photo.src = "../common/header/photogallery.gif";
}
function cast1(){
document.cast.src = "../common/header/caststaff_ov.gif";
}
function cast2(){
document.cast.src = "../common/header/caststaff.gif";
}
function theater1(){
document.theater.src = "../common/header/theater_ov.gif";
}
function theater2(){
document.theater.src = "../common/header/theater.gif";
}
function bbs1(){
document.bbs.src = "../common/header/bbs_ov.gif";
}
function bbs2(){
document.bbs.src = "../common/header/bbs.gif";
}
function link1(){
document.link.src = "../common/header/link_ov.gif";
}
function link2(){
document.link.src = "../common/header/link.gif";
}
function mobile1(){
document.mobile.src = "../common/header/mobile_ov.gif";
}
function mobile2(){
document.mobile.src = "../common/header/mobile.gif";
}

document.write('<table cellpadding="0" cellspacing="0" border="0" width="760">');
document.write('<tr>');
document.write('<td width="252"><a href="../index.html"><img src="../common/header/logo.gif" alt="cherry pie" border="0" width="247" height="88" /><br /></a></td>');
document.write('<td width="508" valign="bottom">');
document.write('<table cellpadding="0" cellspacing="0" border="0" width="508">');
document.write('<tr>');
document.write('<td width="293" valign="bottom"><img src="../common/header/img01_a.gif" alt="" border="0" width="293" height="53" /></td>');
document.write('<td width="215" valign="top"><div align="right"><img src="../common/header/cerry_text.gif" alt="cinemusica movie" border="0" width="94" height="9" style="margin-bottom:4px;" /><br /><select onchange="select_link(this);" style="width:180px;" /><option></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></div></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width="508" valign="bottom" colspan="2"><div align="right"><a href="http://www.cinemusica.jp/" target="_blank"><img src="../common/header/img01_b.gif" alt="" border="0" width="224" height="17" alt="cinemusica" /></a></div></td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('<div class="menu"><center>');
document.write('<table cellpadding="0" cellspacing="0" border="0" class="menu">');
document.write('<tr>');
document.write('<td><a href="../index.html" onmouseover="top1()" onmouseout="top2()"><img src="../common/header/top.gif" alt="top" border="0" width="29" height="17" name="top" /><br /></a></td>');
document.write('<td><a href="../news/index.html" onmouseover="news1()" onmouseout="news2()"><img src="../common/header/news.gif" alt="top" border="0" width="43" height="17" name="news" /><br /></a></td>');
document.write('<td><a href="../trailer/index.html" onmouseover="trailer1()" onmouseout="trailer2()"><img src="../common/header/trailer.gif" alt="top" border="0" width="53" height="17" name="trailer" /><br /></a></td>');
document.write('<td><a href="../story/index.html" onmouseover="story1()" onmouseout="story2()"><img src="../common/header/story.gif" alt="top" border="0" width="44" height="17" name="story" /><br /></a></td>');
document.write('<td><a href="../photo/index.html" onmouseover="photo1()" onmouseout="photo2()"><img src="../common/header/photogallery.gif" alt="top" border="0" width="109" height="17" name="photo" /><br /></a></td>');
document.write('<td><a href="../caststaff/index.html" onmouseover="cast1()" onmouseout="cast2()"><img src="../common/header/caststaff.gif" alt="top" border="0" width="84" height="17"name="cast" /><br /></a></td>');
document.write('<td><a href="../theater/index.html" onmouseover="theater1()" onmouseout="theater2()"><img src="../common/header/theater.gif" alt="top" border="0" width="59" height="17" name="theater" /><br /></a></td>');
document.write('<td><a href="../bbs/frame.html" onmouseover="bbs1()" onmouseout="bbs2()"><img src="../common/header/bbs.gif" alt="top" border="0" width="35" height="17" name="bbs" /><br /></a></td>');
document.write('<td><a href="../link/index.html" onmouseover="link1()" onmouseout="link2()"><img src="../common/header/link.gif" alt="top" border="0" width="31" height="17" name="link" /><br /></a></td>');
document.write('<td><a href="../mobile/index.html" onmouseover="mobile1()" onmouseout="mobile2()"><img src="../common/header/mobile.gif" alt="top" border="0" width="57" height="17" name="mobile" /><br /></a></td>');
document.write('</tr>');
document.write('</table>');
document.write('</center></div>');
