// JavaScript Document

// copyright © 2009 mybasicweb.com

// MAIN MENU NAVIGATION

// document.write("<div id='top_nav' style='left: 265px; top: 154px; width: 795px'>");
// document.write("<div align='right'>");
document.write("<map name='main-menu' id='#main-menu'>");
document.write("<area alt='' shape='rect' coords='1, 2, 78, 20' href='index.html'></area>");
document.write("<area alt='' shape='rect' coords='82, 2, 157, 20' href='news.html'></area>");
document.write("<area alt='' shape='rect' coords='162, 2, 237, 20' href='faq.html'></area>");
document.write("<area alt='' shape='rect' coords='242, 2, 317, 20' href='kalendar.html'></area>");
document.write("<area alt='' shape='rect' coords='322, 2, 397, 20' href='gallery.html'></area>");
document.write("<area alt='' shape='rect' coords='401, 2, 477, 20' href='contact.html'></area>");
document.write("<area alt='' shape='rect' coords='482, 2, 558, 20' href='links.html'></area>");
document.write("</map>");
document.write("<img src='img/buttons/main-menu_559x22px.jpg' alt='' usemap='#main-menu' width='559' height='22' border='0'></img>");
//document.write("</div>");


