function top1(){
document.top.src = "img/menu01_ov.gif";
}

function top2(){
document.top.src = "img/menu01.gif";
}

function info1(){
document.info.src = "img/menu02_ov.gif";
}

function info2(){
document.info.src = "img/menu02.gif";
}

function mobile1(){
document.mobile.src = "img/menu03_ov.gif";
}

function mobile2(){
document.mobile.src = "img/menu03.gif";
}

function mail1(){
document.mail.src = "img/menu04_ov.gif";
}

function mail2(){
document.mail.src = "img/menu04.gif";
}

function ds1(){
document.ds.src = "img/menu05_ov.gif";
}

function ds2(){
document.ds.src = "img/menu05.gif";
}

function link1(){
document.link.src = "img/menu06_ov.gif";
}

function link2(){
document.link.src = "img/menu06.gif";
}

document.write('<table border="0" cellspacing="0" cellpadding="0" class="menu">');
document.write('<tr>');
document.write('<td class="logo"><a href="index.html"><img src="img/logo.gif" alt="ENAMEL BRATHERS" width="137" height="52" border="0"></a></td>');
document.write('<td class="menu2"><a href="index.html" onMouseOver="top1()" onMouseOut="top2()"><img src="img/menu01.gif" alt="TOP" width="49" height="11" hspace="10" border="0" name="top" /></a><a href="info/index.html" onMouseOver="info1()" onMouseOut="info2()"><img src="img/menu02.gif" alt="INFORMATION" width="140" height="11" border="0" name="info" /></a><a href="disco/index.html" onMouseOver="ds1()" onMouseOut="ds2()"><img src="img/menu05.gif" alt="DEBUT SINGLE" width="142" height="11" hspace="10" border="0" name="ds" /></a><a href="mobile/index.html" onMouseOver="mobile1()" onMouseOut="mobile2()"><img src="img/menu03.gif" alt="MOBILE" width="82" height="11" border="0" name="mobile" /></a><br /><a href="http://www.sonymusic.co.jp/Music/Mail/exp.php?ID=70004777" target="_blank" onMouseOver="mail1()" onMouseOut="mail2()"><img src="img/menu04.gif" alt="MAIL SERVICE" width="138" height="11" vspace="8" hspace="10" border="0" name="mail" /></a><a href="link/index.html" onMouseOver="link1()" onMouseOut="link2()"><img src="img/menu06.gif" alt="LINK" width="60" height="11" vspace="8" border="0" name="link" /></a></td>');
document.write('</tr>');
document.write('</table>');
