// JavaScript Document
		
	/**************************************** PAVEL VAVRUŠKA 2007 *****
	*  VYPIS MAIN MENU - HLAVNÍ MENU    		                      *
	*								                                  *
	*  Pozn.							                              *
	*  Text pro prehlednost a snadnou editaci oddelen od XHTML tagu   *
	******************************************************************/
	

//<![CDATA[
		  
		document.write("<h3>Menu</h3><ul>");
		document.write("<li><a href=\"index.html?page=main&font=" + httpGetVars["font"]+ "&styl=" + httpGetVars["styl"] + "\">Hlavní strana</a></li>");
		document.write("<li><a href=\"index.html?page=hudba&font=" + httpGetVars["font"]+ "&styl=" + httpGetVars["styl"] + "\">Hudební styl</a></li>");
		document.write("<li><a href=\"index.html?page=filmy&font=" + httpGetVars["font"]+ "&styl=" + httpGetVars["styl"] + "\">Filmový vkus</a></li>");
		document.write("<li><a href=\"index.html?page=progr&font=" + httpGetVars["font"]+ "&styl=" + httpGetVars["styl"] + "\">Programování</a></li>");
		document.write("<li><a href=\"index.html?page=free&font=" + httpGetVars["font"]+ "&styl=" + httpGetVars["styl"] + "\">Další záliby</a></li>");
		document.write("<li><a href=\"index.html?page=about&font=" + httpGetVars["font"]+ "&styl=" + httpGetVars["styl"] + "\">Má osoba</a></li>");
		document.write("</ul><h3>Webová stránka</h3><ul>");
		document.write("<li><a href=\"index.html?page=tips&font=" + httpGetVars["font"]+ "&styl=" + httpGetVars["styl"] + "\">Tipy</a></li>");
		document.write("<li><a href=\"index.html?page=doc&font=" + httpGetVars["font"]+ "&styl=" + httpGetVars["styl"] + "\">Dokumentace</a></li>");
		document.write("<li><a href=\"index.html?page=servis&font=" + httpGetVars["font"]+ "&styl=" + httpGetVars["styl"] + "\">Servisní menu</a></li>");
		document.write("</ul>");
//]]>