// JavaScript Document

	/**************************************** PAVEL VAVRUŠKA 2007 *****
	*  VÝPIS MENU S PREDDEFINOVANÝMI CSS (vzhledové styly)            *
	*								                                  *
	*  Pozn.							                              *
	*  Hodnoty pro urcení stylu se posílají jako textové retezce.     *
	******************************************************************/
	
//<![CDATA[
		   
		/******************************************************************
		*  VÝPIS MENU S PREDDEFINOVANÝMI CSS (vzhledové styly)            *
		******************************************************************/
		
		document.write("<h3>Nastavení vzhledu:</h3><ul><li><a href=\"index.html?page=" + httpGetVars["page"]+ "&font=" + httpGetVars["font"]+ "&styl=normal\" title=\"1024x768\">Klasický</a></li>");
		document.write("<li><a href=\"index.html?page=" + httpGetVars["page"]+ "&font=" + httpGetVars["font"]+ "&styl=ice\" title=\"1024x768\">ICE-style</a></li>");
		document.write("<li><a href=\"index.html?page=" + httpGetVars["page"]+ "&font=" + httpGetVars["font"]+ "&styl=blue\" title=\"800x600\">Bluesky</a></li>");		
		document.write("<li><a href=\"index.html?page=" + httpGetVars["page"]+ "&font=" + httpGetVars["font"]+ "&styl=green\" title=\"800x600\">Greenday</a></li>");
		
		document.write("<li><a href=\"index.html?page=" + httpGetVars["page"]+ "&font=" + httpGetVars["font"]+ "&styl=pda\" title=\"640x480\">Pocket PC</a></li>");
		document.write("<li><a href=\"index.html?page=" + httpGetVars["page"]+ "&font=" + httpGetVars["font"]+ "&styl=oldpda\" title=\"320x240\">Old PDA</a></li>");
		document.write("<li><a href=\"index.html?page=" + httpGetVars["page"]+ "&font=" + httpGetVars["font"]+ "&styl=sp\" title=\"176x220\">Smart Phone</a></li>");
		document.write("<li><a href=\"index.html?page=" + httpGetVars["page"]+ "&font=" + httpGetVars["font"]+ "&styl=none\" title=\"Text mode\">Text mode</a></li>");
		document.write("</ul>");
//]]>