function photo1(){
document.photo.src = "../img/menu01_ov.gif";
}
function photo2(){
document.photo.src = "../img/menu01.gif";
}
function disco1(){
document.disco.src = "../img/menu02_ov.gif";
}
function disco2(){
document.disco.src = "../img/menu02.gif";
}
function mita1(){
document.mita.src = "../img/menu03_ov.gif";
}
function mita2(){
document.mita.src = "../img/menu03.gif";
}
function get1(){
document.get.src = "../img/menu04_ov.gif";
}
function get2(){
document.get.src = "../img/menu04.gif";
}

document.write('<table border="0" cellpadding="0" cellspacing="0" class="header"><tr>');
document.write('<td align="center">');
document.write('<table border="0" cellpadding="0" cellspacing="0"><tr>');
document.write('<td valign="top" width="171"><a href="../top.html"><img src="../img/logo.gif" width="206" height="101" border="0" alt="R指定"></a></td>');
document.write('<td valign="top"><a href="../photo/index.html" onMouseOver="photo1()" onMouseOut="photo2()"><img src="../img/menu01.gif" width="121" height="113" border="0" alt="メンバーのR指定フォト" name="photo"></a></td>');
document.write('<td valign="top"><a href="../disco/index.html" onMouseOver="disco1()" onMouseOut="disco2()"><img src="../img/menu02.gif" width="146" height="97" border="0" alt="『ORANGE RANGE』" name="disco"></a></td>');
document.write('<td valign="top"><a href="../event/index.html" onMouseOver="mita1()" onMouseOut="mita2()"><img src="../img/menu03.gif" width="146" height="131" border="0" alt="R指定 イベント!!" name="mita"></a></td>');
document.write('<td valign="top"><a href="../get/index.html" onMouseOver="get1()" onMouseOut="get2()"><img src="../img/menu04.gif" width="138" height="118" border="0" alt="R指定オバちゃんをGET!" name="get"></a></td>');
document.write('</tr></table>');
document.write('</td>');
document.write('</tr></table>');