//document.write("<ul>");
//document.write("<li><a id=\"selected\" href=\"index.html\">Home</a></li>");
//document.write("<li><a href=\"dir1/index.html\">Dir1</a></li>");
//document.write("<li><a href=\"dir2/index.html\">Dir2</a></li>");
//document.write("<li><a href=\"dir3/index.html\">Dir3</a></li>");
//document.write("<li><a href=\"dir4/index.html\">Dir4</a></li>");
//document.write("</ul>");

document.write("<table>");
document.write("<tr>");
document.write("<td><a id=\"selected\" href=\"index.html\">Home</a></td>");
document.write("<td><a href=\"about/index.html\">About</a></td>");
document.write("<td><a href=\"contacts/index.html\">Contacts</a></td>");
document.write("<td><a href=\"shows/index.html\">Shows</a></td>");
document.write("<td><a href=\"diary/index.html\">Diary</a></td>");
document.write("<td><a href=\"news/index.html\">News</a></td>");
document.write("<td><a href=\"hire/index.html\">Hire</a></td>");
document.write("<td><a href=\"download/index.html\">Downloads</a></td>");
document.write("<td><a href=\"links/index.html\">Links</a></td>");
document.write("</tr>")
document.write("</table>")
