function logo1(){

document.logo.src = "img/menu/logo_on.gif";

}


function logo2(){

document.logo.src = "img/menu/logo.gif";

}


function top1(){

document.top.src = "img/menu/menu_top_on.gif";

}


function top2(){

document.top.src = "img/menu/menu_top.gif";

}

function info1(){

document.info.src = "img/menu/menu_info_on.gif";

}


function info2(){

document.info.src = "img/menu/menu_info.gif";

}

function bio1(){

document.bio.src = "img/menu/menu_bio_on.gif";

}


function bio2(){

document.bio.src = "img/menu/menu_bio.gif";

}

function disco1(){

document.disco.src = "img/menu/menu_disco_on.gif";

}


function disco2(){

document.disco.src = "img/menu/menu_disco.gif";

}


function special1(){

document.special.src = "img/menu/menu_special_on.gif";

}


function special2(){

document.special.src = "img/menu/menu_special.gif";

}



function mail1(){

document.mail.src = "img/menu/menu_mail_on.gif";

}


function mail2(){

document.mail.src = "img/menu/menu_mail.gif";

}


function mobile1(){

document.mobile.src = "img/menu/menu_mobile_on.gif";

}


function mobile2(){

document.mobile.src = "img/menu/menu_mobile.gif";

}

function request1(){

document.request.src = "img/menu/menu_request_on.gif";

}


function request2(){

document.request.src = "img/menu/menu_request.gif";

}

document.write('<table border="0" cellpadding="0" cellspacing="0" class="header">');
document.write('<tr>');
document.write('<td align="left" valign="bottom"><a href="index.html" onmouseover="logo1();" onmouseout="logo2();"><img src="img/menu/logo.gif" alt="SHEN" name="logo" width="144" height="58" class="header_logo"></a></td>');
document.write('<td align="right" valign="bottom"><table border="0" cellpadding="0" cellspacing="0" class="menu">');
document.write('<tr>');
document.write('<td><a href="index.html" onmouseover="top1();" onmouseout="top2();"><img src="img/menu/menu_top.gif" alt="TOP" name="top" width="31" height="15" class="menu"></a><img src="img/menu/menu_line.gif" alt="" width="13" height="15"></td>');
document.write('<td><a href="info/index.html" onmouseover="info1();" onmouseout="info2();"><img src="img/menu/menu_info.gif" name="info" alt="INFO" width="35" height="15" class="menu"></a><img src="img/menu/menu_line.gif" alt="" width="13" height="15"></td>');
document.write('<td><a href="bio/index.html" onmouseover="bio1();" onmouseout="bio2();"><img src="img/menu/menu_bio.gif" name="bio" alt="BIO" width="30" height="15" class="menu"></a><img src="img/menu/menu_line.gif" alt="" width="13" height="15"></td>');
document.write('<td><a href="disco/index.html" onmouseover="disco1();" onmouseout="disco2();"><img src="img/menu/menu_disco.gif" name="disco" alt="DISCO" width="43" height="15" class="menu"></a><img src="img/menu/menu_line.gif" alt="" width="13" height="15"></td>');
document.write('<td><img src="img/menu/menu_special_on.gif" name="special" alt="SPECIAL" width="54" height="15" class="menu"><img src="img/menu/menu_line.gif" alt="" width="13" height="15"></td>');
document.write('<td><a href="http://www.sonymusic.co.jp/Music/Mail/exp.php?ID=70005164" target="_blank" onmouseover="mail1();" onmouseout="mail2();"><img src="img/menu/menu_mail.gif" name="mail" alt="MAIL" width="36" height="15" class="menu"></a><img src="img/menu/menu_line.gif" alt="" width="13" height="15"></td>');
document.write('<td><a href="mobile/index.html" onmouseover="mobile1();" onmouseout="mobile2();"><img src="img/menu/menu_mobile.gif" name="mobile" alt="MOBILE" width="51" height="15" class="menu"></a><img src="img/menu/menu_line.gif" alt="" width="13" height="15"></td>');
document.write('<td><a href="request/index.html" onmouseover="request1();" onmouseout="request2();"><img src="img/menu/menu_request.gif" name="request" alt="REQUEST" width="61" height="15" class="menu"></a></td>');
document.write('<td><img src="img/menu/menu_line2.gif" alt="" width="133" height="15"></td>');
document.write('</tr>');
document.write('</table></td>');
document.write('</tr>');
document.write('</table>');