document.write('<A HREF="strana1.htm" >Start page</A>');

document.write('<SPAN style="display:block" onmouseover="this.style.color=\'red\'" onmouseout="this.style.color=\'darkgreen\'" onclick="menu(1)">History</SPAN>');
document.write('<A HREF="hmesto.htm" style="display:none" id="historie1">Town\'s history</A>');
document.write('<A HREF="hmuzeum.htm" style="display:none"  id="historie2">Museum\'s history</A>');
document.write('<SPAN style="display:block" class="menupol" onclick="menu(2)" onmouseover="this.style.color=\'red\'" onmouseout="this.style.color=\'darkgreen\'">Expositions</SPAN>');
document.write('<A HREF="pmuzeum.htm" style="display:none" id="expozice1">Museum</A>');

document.write('<A HREF="prazska.htm" style="display:none" id="expozice3">Prague tower</A>');
document.write('<A HREF="vraclav.htm" style="display:none" id="expozice4">Vraclav</A>');
//document.write('<A HREF="vystavy.htm">Exhibitions</A>');

document.write('<A HREF="otviracka.htm">Opening hours</A>');        

document.write('<A HREF="sbirky.htm">Collections</A>');

document.write('<SPAN style="display:block" class="menupol" onclick="menu(5)" onmouseover="this.style.color=\'red\'" onmouseout="this.style.color=\'darkgreen\'">Gallery</SPAN>');
document.write('<A HREF="foto/foto.htm" style="display:none" id="foto1">Collection of photos</A>');
document.write('<A HREF="foto/knihovna.htm" style="display:none" id="foto2">Library and chancery</A>');
document.write('<A HREF="foto/vum.htm" style="display:none" id="foto3">Fine arts</A>');
document.write('<A HREF="foto/remesla.htm" style="display:none" id="foto4">Art industry and hendicraft</A>');
document.write('<A HREF="foto/technika.htm" style="display:none" id="foto5">Technics</A>');
document.write('<A HREF="prodejna.htm">Outlet</A>');
document.write('<A HREF="kontakt.htm">Contacts</A>');
     
document.write('<BR>');
document.write('<A HREF="../index.htm"><IMG SRC="img/czech.gif" style="border:0;margin-right:5px" >Česká verze</A>');
document.write('<SPAN STYLE="color:white;font-weight:normal;font-family: Arial Narrow">&copy; Reg. muzeum ve V. Mýtě</SPAN>');
