var ColorOn = ('this.style.backgroundColor="#ffcc00"');
var ColorOff = ('this.style.backgroundColor="#ffffff"');
var ColorOn2 = ('this.style.backgroundColor="#99cccc"');

var MenuNo = ('javascript:open_close_cntl(3,"menu_3");');
var Explorer=(navigator.appName.indexOf("Explorer")!=-1);

document.write('<table cellpadding="0" cellspacing="0" border="0" width="146" class="small8">');
document.write('  <tr>');
document.write('    <td colspan="2" bgcolor="#ffffff" align="right" onMouseover=' + ColorOn + ' onMouseout =' + ColorOff + '>');
document.write('      <a href="information_en"><img src="http://www.hiroshima-museum.jp/library/images/left_05en.gif" width="120" height="25" alt="Information" border="0"></a><a href=' + MenuNo + '><img src="http://www.hiroshima-museum.jp/library/images/left_open.gif" width="18" height="25" alt="" border="0"></a></td>');
document.write('    <td bgcolor="#0f6f80"><img src="http://www.hiroshima-museum.jp/library/images/spacer.gif" width="1" height="1"></td>');
document.write('  </tr>');

if (Explorer){
  document.write('<tbody id="menu_3" style="display:none;">');
}else{
  document.write('<tbody id="menu_3">');
}
document.write('  <tr>');
document.write('    <td colspan="2" bgcolor="#ffffff" class="small8" onMouseover=' + ColorOn2 + ' onMouseout =' + ColorOff + '>');
document.write('      <table cellpadding="0" cellspacing="0" border="0">');
document.write('        <tr valign="top">');
document.write('          <td><img src="http://www.hiroshima-museum.jp/library/images/spacer.gif" width="7" height="10"></td>');
document.write('          <td class="small8" nowrap>&nbsp;&nbsp;<img src="http://www.hiroshima-museum.jp/library/images/k-sen-3.gif" width="9" height="9">&nbsp;</td>');
document.write('          <td class="small8"><a href="access_en">Accessibility</a></td>');
document.write('        </tr>');
document.write('      </table>');
document.write('    </td>');
document.write('    <td bgcolor="#0f6f80"><img src="http://www.hiroshima-museum.jp/library/images/spacer.gif" width="1" height="1"></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td bgcolor="#ffffff" colspan="2"><img src="http://www.hiroshima-museum.jp/library/images/spacer.gif" width="1" height="1"></td>');
document.write('    <td bgcolor="#0f6f80"><img src="http://www.hiroshima-museum.jp/library/images/spacer.gif" width="1" height="1"></td>');
document.write('  </tr>');
document.write('</tbody>');
document.write('  <tr><td colspan="3"><img src="http://www.hiroshima-museum.jp/library/images/spacer.gif" width="1" height="10"></td></tr>');
document.write('</table>');
