function access1(){
document.access.src = "../img/btn_access_ov.gif";
}

function access2(){
document.access.src = "../img/btn_access.gif";
}

function attention1(){
document.attention.src = "../img/btn_attention_ov.gif";
}

function attention2(){
document.attention.src = "../img/btn_attention.gif";
}

function blog1(){
document.blog.src = "../img/info_ov.gif";
}

function blog2(){
document.blog.src = "../img/info.gif";
}

function contact1(){
document.contact.src = "../img/btn_contact_ov.gif";
}

function contact2(){
document.contact.src = "../img/btn_contact.gif";
}

function faq1(){
document.faq.src = "../img/btn_faq_ov.gif";
}

function faq2(){
document.faq.src = "../img/btn_faq.gif";
}

function special1(){
document.special.src = "../img/btn_special_ov.gif";
}

function special2(){
document.special.src = "../img/btn_special.gif";
}

function tickets1(){
document.tickets.src = "../img/btn_tickets_ov.gif";
}

function tickets2(){
document.tickets.src = "../img/btn_tickets.gif";
}

function timetable1(){
document.timetable.src = "../img/btn_timetable_ov.gif";
}

function timetable2(){
document.timetable.src = "../img/btn_timetable.gif";
}

document.write('<div id="header">');
document.write('<table border="0" cellpadding="0" cellspacing="0" class="menu">');
document.write('<tr>');
document.write('<td class="menu"><a href="../timetable/index.html" onMouseOver="timetable1()" onMouseOut="timetable2()"><img src="../img/btn_timetable.gif" width="86" height="13" border="0" alt="TIME TABLE" name="timetable" class="menubtn"></a>');
document.write('<a href="../info/index.html" onMouseOver="blog1()" onMouseOut="blog2()"><img src="../img/info.gif" width="99" height="13" border="0" alt="INFORMATION" name="blog" class="menubtn"></a>');
document.write('<a href="../special/index.html" onMouseOver="special1()" onMouseOut="special2()"><img src="../img/btn_special.gif" width="65" height="13" border="0" alt="SPECIAL" name="special" class="menubtn"></a>');
document.write('<a href="../access/index.html" onMouseOver="access1()" onMouseOut="access2()"><img src="../img/btn_access.gif" width="59" height="13" border="0" alt="ACCESS" name="access" class="menubtn"></a>');
document.write('<a href="../tickets/index.html" onMouseOver="tickets1()" onMouseOut="tickets2()"><img src="../img/btn_tickets.gif" width="64" height="13" border="0" alt="TICKETS" name="tickets" class="menubtn"></a>');
document.write('<a href="../faq/index.html" onMouseOver="faq1()" onMouseOut="faq2()"><img src="../img/btn_faq.gif" width="35" height="13" border="0" alt="faq" name="faq" class="menubtn"></a>');
document.write('<a href="../contact/index.html" onMouseOver="contact1()" onMouseOut="contact2()"><img src="../img/btn_contact.gif" width="71" height="13" border="0" alt="CONTACT" name="contact" class="menubtn"></a>');
document.write('<a href="../attention/index.html" onMouseOver="attention1()" onMouseOut="attention2()"><img src="../img/btn_attention.gif" width="79" height="13" border="0" alt="ATTENTION" name="attention" class="menubtn"></a>');
document.write('</td>');
document.write('</tr></table>');
document.write('<img src="../img/menu_bottom.gif" width="800" height="42" border="0" alt="" /><br />');
document.write('</div>');