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 = "./images/menu_top_off.gif";
}
function top2(){
document.top.src = "./images/menu_top_on.gif";
}
function news1(){
document.news.src = "./images/menu_news_off.gif";
}
function news2(){
document.news.src = "./images/menu_news_on.gif";
}
function trailer1(){
document.trailer.src = "./images/menu_trailer_off.gif";
}
function trailer2(){
document.trailer.src = "./images/menu_trailer_on.gif";
}
function story1(){
document.story.src = "./images/menu_story_off.gif";
}
function story2(){
document.story.src = "./images/menu_story_on.gif";
}
function photo1(){
document.photo.src = "./images/menu_photo_off.gif";
}
function photo2(){
document.photo.src = "./images/menu_photo_on.gif";
}
function cast1(){
document.cast.src = "./images/menu_cast_off.gif";
}
function cast2(){
document.cast.src = "./images/menu_cast_on.gif";
}
function theater1(){
document.theater.src = "./images/menu_theater_off.gif";
}
function theater2(){
document.theater.src = "./images/menu_theater_on.gif";
}
function bbs1(){
document.bbs.src = "./images/menu_bbs_off.gif";
}
function bbs2(){
document.bbs.src = "./images/menu_bbs_on.gif";
}
function link1(){
document.link.src = "./images/menu_link_off.gif";
}
function link2(){
document.link.src = "./images/menu_link_on.gif";
}
function mobile1(){
document.mobile.src = "./images/menu_mobile_off.gif";
}
function mobile2(){
document.mobile.src = "./images/menu_mobile_on.gif";
}


document.write('<a href="index.html"><img src="images/main_logo.gif" alt="WHITE MEXICO" name="title" width="366" height="44" border="0" id="title" /></a>');
document.write('<table cellpadding="0" cellspacing="0" border="0">');
document.write('<tr>');
document.write('<td align="right"><img src="images/mexico_text.gif" alt="cinemusica movie" border="0" width="94" height="9" hspace="5" class="menu_p" /><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/" target="_blank">音符と昆布</option><option value="http://www.white-mexico.jp/" target="_blank">WHITE MEXICO/ホワイトメキシコ</option><option value="http://www.tokyo-uso.jp/" target="_blank">東京の嘘</option><option value="http://www.cherry-pie.jp/" target="_blank">cherry pie/チェリーパイ</option></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align="right" class="menu_p"><a href="http://www.cinemusica.jp/" target="_blank"><img src="images/cinemusica_logo.gif" alt="cinemusica" width="209" height="44" border="0" /></a></td>');
document.write('</tr>');
document.write('</table>');


document.write('<ul><li>');

document.write('<li><a href="./index.html" target="_top" onmouseover="top2()" onmouseout="top1()"><img src="./images/menu_top_off.gif" border="0" alt="ホーム" name="top" /></a></li>');

		document.write('<li><a href="./news/index.html" target="_top" onmouseover="news2()" onmouseout="news1()"><img src="./images/menu_news_off.gif" border="0" alt="NEWS" name="news" /></a></li>');
		
		document.write('<li><a href="./trailer/index.html" target="_top" onmouseover="trailer2()" onmouseout="trailer1()"><img src="./images/menu_trailer_off.gif"  border="0" alt="TRAILER" name="trailer" /></a></li>');
		
		document.write('<li><a href="./story/index.html" target="_top" onmouseover="story2()" onmouseout="story1()"><img src="./images/menu_story_off.gif" border="0" alt="STORY" name="story" /></a></li>');
		
	document.write('<li><a href="./photo_g/index.html" target="_top" onmouseover="photo2()" onmouseout="photo1()"><img src="./images/menu_photo_off.gif" border="0" alt="PHOTO GALLERY" name="photo" /></a></li>');
	
	document.write('<li><a href="./cast/index.html" target="_top" onmouseover="cast2()" onmouseout="cast1()"><img src="./images/menu_cast_off.gif" border="0" alt="CAST &amp; STAFF" name="cast"/></a></li>');
	
	document.write('<li><a href="./theater/index.html" target="_top" onmouseover="theater2()" onmouseout="theater1()"><img src="./images/menu_theater_off.gif" border="0" alt="THEATER" name="theater" /></a></li>');
	
	document.write('<li><a href="./bbs/index.html" target="_top" onmouseover="bbs2()" onmouseout="bbs1()"><img src="./images/menu_bbs_off.gif" border="0" alt="BBS" name="bbs" /></a></li>');
	
	document.write('<li><a href="./link/index.html" target="_top" onmouseover="link2()" onmouseout="link1()"><img src="./images/menu_link_off.gif" border="0" alt="LINK" name="link" /></a></li>');
	
	document.write('<li><a href="./mobile/index.html" target="_top" onmouseover="mobile2()" onmouseout="mobile1()"><img src="./images/menu_mobile_off.gif" border="0" alt="MOBILE" name="mobile" /></a></li>');
document.write('</ul>');

