// -----------------------------------------------------------
// NADPIS, MENU V LEVÉ ČÁSTI OBRAZOVKY A VOLÁNÍ STŘEDU STRÁNKY
// -----------------------------------------------------------

var email = 'cyklocundr@krejza.com';

// NADPIS A MENU VLEVO
var browserName = navigator.appName;
var browserVer = parseInt(navigator.appVersion);

document.write('<DIV class="vsechno" align="center">');
document.write('<TABLE border=0 class="horniRadek"><TR><TD align="left">');

document.write('<TABLE width="100%" border=0><TR><TD align="center" valign="middle" class="banner">');
document.write('Cykločundr');

document.write('</TD></TR></TABLE>');

// OBSAH LEVÉHO SLOUPCE
document.write('<TABLE cellpadding="0" cellspacing="0" class="telo"><TR><TD class="vlevo" valign="top">');

// ODKAZY MENU V LEVÉM SLOUPCI
document.write('<TABLE cellpadding="1" cellspacing="1" align="center" class="levySloupec"><TR><TD>');
document.write('<DIV class="nadpis">Menu</DIV>');
document.write('<DIV class="obsah">');
document.write('<P><A href="index.html">úvod</A>');
// document.write('<BR><A href="2006lednice.html">2006 Lednice</A> <img src="obrazky/nove.gif">');
document.write('<BR><A href="2011sokolovmarianky.html">2011 Sokolov-Mariánky</A>');
document.write('<BR><A href="2010chebskoassko.html">2010 Chebsko-Ašsko</A>');
document.write('<BR><A href="2009stredocechy.html">2009 Střední Čechy</A>');
document.write('<BR><A href="2008ceskomoravska.html">2008 Českomoravská vrchovina</A>');
document.write('<BR><A href="2007sumava.html">2007 Šumava</A>');
document.write('<BR><A href="2006lednice.html">2006 Lednice</A>');
document.write('<BR><A href="2006labska.html">2006 Labská</A>');
document.write('<BR><A href="2005csvycarsko.html">2005 České Švýcarsko</A>');
document.write('<BR><A href="2004brdy.html">2004 Brdy</A>');
document.write('<BR><A href="2004sumava.html">2004 Šumava</A>');
document.write('<BR><A href="2004rudnik.html">2004 Rudník</A>');
document.write('<BR><A href="2003trosky.html">2003 Trosky</A>');
document.write('<BR><A href="2003hrachov.html">2003 Hrachov</A>');
document.write('<BR><A href="2002znojmo.html">2002 Znojmo</A>');
document.write('<BR><A href="2001kokorinsko.html">2001 Kokořínsko</A>');
document.write('<BR><A href="2001sazava.html">2001 Sázava</A>');
document.write('<BR><A href="2000karlstejn.html">2000 Karlštejn</A>');
document.write('<BR><A href="2000orlickehory.html">2000 Orlické hory</A>');
document.write('<BR><A href="2000dvurkral.html">2000 Dvůr Králové</A>');
document.write('<BR><A href="1999adrspach.html">1999 Adršpach</A>');
document.write('<BR><A href="1996hrimezdice.html">1996 Hříměždice</A>');
document.write('<BR><A href="1995lestinka.html">1995 Leštinka</A>');
document.write('<BR><A href="1994darko.html">1994 Velké Dářko</A>');
document.write('<BR><A href="1993.html">1993 ?????</A>');
document.write('<BR><A href="1990berounka.html">1990 Berounka</A>');
document.write('<BR><A href="1988slapy.html">1988 Sázava, Slapy</A>');
document.write('<BR><A href=mailto:' + email + '?subject=email_z_webu>napište nám</A>');
// document.write('<BR><A href="gbook3.php">návštěvní kniha</A>');
// document.write('<BR><A href="phpBB3/">forum</A>');
document.write('<BR><A href="gbook3.html">návštěvní kniha</A>');
document.write('<BR><A href="soukrome.html">soukromé</A>');
// document.write('<BR>');
document.write('<BR></TD></TR></TABLE></DIV>');

// GOOGLE
// document.write('<TABLE cellpadding="1" cellspacing="1" align="center" class="levySloupec"><TR><TD>');
// document.write('<DIV class="nadpis">Odkazy</DIV>');
// document.write('<DIV class="obsah">');
// <!-- Search Google -->
// document.write('<center>');
// document.write('<form method="get" action="http://www.google.cz/custom" target="google_window">');
// document.write('<table bgcolor="#cccccc">');
// document.write('<tr><td nowrap="nowrap" valign="top" align="left" height="32">');
// document.write('<a href="http://www.google.com/">');
// document.write('<img src="http://www.google.com/logos/Logo_25gry.gif" border="0" alt="Google" align="middle"></img></a>');
// document.write('<br/>');
// document.write('<label for="sbi" style="display: none">Zadejte své vyhledávací termíny</label>');
// document.write('<input type="text" name="q" size="23" maxlength="255" value="" id="sbi"></input>');
// document.write('</td></tr>');
// document.write('<tr><td valign="top" align="left">');
// document.write('<label for="sbb" style="display: none">Odeslat vyhledávací formuláře</label>');
// document.write('<input type="submit" name="sa" value="Hledat" id="sbb"></input>');
// document.write('<input type="hidden" name="client" value="pub-5561677827967906"></input>');
// document.write('<input type="hidden" name="forid" value="1"></input>');
// document.write('<input type="hidden" name="channel" value="1614312548"></input>');
// document.write('<input type="hidden" name="ie" value="windows-1250"></input>');
// document.write('<input type="hidden" name="oe" value="windows-1250"></input>');
// document.write('<input type="hidden" name="cof" value="GALT:#9A2C06;GL:1;DIV:#003366;VLC:D03500;AH:center;BGC:99CCFF;LBGC:CCE5F9;ALC:440066;LC:440066;T:336699;GFNT:223472;GIMP:223472;LH:31;LW:88;L:http://krejza.com/grafika/krejzacom.gif;S:http://krejza.com;FORID:1"></input>');
// document.write('<input type="hidden" name="hl" value="cs"></input>');
// document.write('</td></tr></table>');
// document.write('</form>');
// document.write('</center>');
// <!-- Search Google -->
// document.write('</TD></TR></TABLE></DIV>');

// ODKAZY
document.write('<TABLE cellpadding="1" cellspacing="1" align="center" class="levySloupec"><TR><TD>');
document.write('<DIV class="nadpis">Odkazy</DIV>');
document.write('<DIV class="obsah">');
document.write('<center>');
// document.write('<A target="_blank" href="../index.html">krejza.com</A>');
document.write('<A target="_blank" href="http://krejza.com/" title="www.krejza.com"><img src="http://krejza.com/grafika/krejzacom.gif" border="0" title="www.krejza.com"></A>');
//document.write('<BR>');
// document.write('<BR><A target="_blank" href="http://www.doplnkynaauto.cz/" title="Online nákup zboží"><img src="http://www.doplnkynaauto.cz/images/baner.jpg" border="0" title="Online nákup zboží"></a>')
document.write('</center>');
document.write('</TD></TR></TABLE></DIV>');

// DATUM AKTUALIZACE
document.write('<TABLE cellpadding="1" cellspacing="1" align="center" class="levySloupec"><TR><TD>');
document.write('<DIV class="nadpis">Administrace</DIV>');
document.write('<DIV class="copyright">');

{
document.write('<p align="left">aktualizace: ');
if (browserName == "Microsoft Internet Explorer" && browserVer >= 4) {
	var dt=document.lastModified;
	var dd=dt.substring(3,6);
	var mm=dt.substring(0,3);
	var yyyy=dt.substring(6,10);
	document.write(dd,mm,yyyy);
}

else {
	var dt=document.lastModified;
	document.write(dt);
}
document.write('<br>optimalizováno pro 1024x768');
document.write('<br>copyright©1999-2011TK');
document.write('</p>');
}

// NAVRCHOLU STATISTIKY
document.write('<src="http://c1.navrcholu.cz/code?site=75511;t=o14" type="text/javascript">')
document.write('<div><a href="http://navrcholu.cz/"><img src="http://c1.navrcholu.cz/hit?site=75511;t=o14;ref=;jss=0" width="14" height="14" alt="NAVRCHOLU.cz"style="border:none" /></a></div>')
document.write('</TABLE>');
document.write('</TR></TD>');

// HODINY
// document.write('<TABLE cellpadding="1" cellspacing="1" align="center" class="levySloupec"><TR><TD>');
// document.write('<DIV class="nadpis"> </DIV>');
// document.write('<embed src="http://www.clocklink.com/clocks/0011-ltblue.swf?TimeZone=GMT0100&"  width="150" height="150" wmode="transparent" type="application/x-shockwave-flash">');
// document.write('</TABLE></TR></TD>');

// STŘEDNÍ SLOUPEC
document.write('<TD class="stred" valign="top">');
document.write('<TABLE cellpadding="1" cellspacing="1" align="center" class="sloupec"><TR><TD>');
