﻿// *** template file - menu (left)
// *** (c) feel by fish, http://www.imagen.pl

var docout="";
docout+='<div class="lcol"><div class="lcol-sub">';
docout+='<div class="lcol-header"><div>zobacz</div></div>';
docout+='<img src="gfx/px.gif" width="174" height="3"><br>';

docout+='<div class="menu-item"><div' + ((pageid.lvl == 0)?' class="sel"':'') + '>';
docout+='<a href="http://www.bikebrother.com/index.html">strona główna</a></div></div>';
docout+='<img src="gfx/px-gry1.gif" width="174" height="1"><br>';

docout+='<div class="menu-item"><div' + ((pageid.lvl == 100)?' class="sel"':'') + '>';
docout+='<a href="http://www.bikebrother.com/forum.sys">forum</a></div></div>';
docout+='<img src="gfx/px-gry1.gif" width="174" height="1"><br>';

docout+='<div class="menu-item"><div' + ((pageid.lvl == 104)?' class="sel"':'') + '>';
docout+='<a href="http://gps.bikebrother.com/artykul.aspx">o bikebrother i gps</a></div></div>';
docout+='<img src="gfx/px-gry1.gif" width="174" height="1"><br>';

docout+='<div class="menu-item"><div' + ((pageid.lvl == 101)?' class="sel"':'') + '>';
docout+='<a href="javascript:showPopup(\'http://www.bikebrother.com/help.hsys\',512,550,null,1,1);">pomoc</a></div></div>';
docout+='<img src="gfx/px-gry1.gif" width="174" height="1"><br>';

docout+='<div class="menu-item"><div' + ((pageid.lvl == 102)?' class="sel"':'') + '>';
docout+='<a href="http://www.bikebrother.com/system-opis.sys">o systemie</a></div></div>';
docout+='<img src="gfx/px-gry1.gif" width="174" height="1"><br>';

docout+='<div class="menu-item"><div' + ((pageid.lvl == 103)?' class="sel"':'') + '>';
docout+='<a href="http://www.bikebrother.com/contact.sys">kontakt</a></div></div>';

docout+='</div></div><br/>';

/* partnerzy */
docout+='<div class="lcol"><div class="lcol-sub">';
docout+='<div class="lcol-header"><div>nasi partnerzy</div></div>';
docout+='<img src="gfx/px.gif" width="174" height="3"><br>';

docout+='<div style="text-align: center; padding: 2px;">';
docout+='<a href="http://www.garmin.pl/" target="_blank"><img src="gfx/logo-garmin.gif" alt="Garmin" border="0" style="margin: 4px;"><br>';
docout+='</a></div>';

docout+='<div style="text-align: center; padding: 2px;">';
docout+='<a href="http://www.compass.krakow.pl/" target="_blank"><img src="gfx/logo-compass.gif" alt="Wydawnictwo Kartograficzne Compass" border="0" style="margin: 4px;"><br>';
//docout+='Wydawnictwo Kartograficzne <b>Compass</b>';
docout+='</a></div>';

//docout+='<img src="gfx/px-gry1.gif" width="174" height="1"><br>';

docout+='<div style="text-align: center; padding: 2px;">';
docout+='<a href="http://www.mtbmarathon.com" target="_blank"><img src="gfx/impreza-mtbmarathon.gif" alt="MTB Marathon" border="0" style="margin: 4px;"><br>';
//docout+='<b>MTB Marathon</b>';
docout+='</a></div>';

//docout+='<img src="gfx/px-gry1.gif" width="174" height="1"><br>';

docout+='<div style="text-align: center; padding: 2px;">';
docout+='<a href="http://www.adventuretrophy.pl" target="_blank"><img src="gfx/event/tnfat2007.gif" alt="The Northface Adventure Trophy" border="0" width="70" height="70" style="margin: 4px;"><br>';
//docout+='The Northface<br><b>Adventure Trophy</b>';
docout+='</a></div>';

//docout+='<img src="gfx/px-gry1.gif" width="174" height="1"><br>';

docout+='<div style="text-align: center; padding: 2px;">';
docout+='<a href="http://www.plan.pl" target="_blank"><img src="gfx/logo-plan1.gif" alt="Studio Wydawnicze PLAN" border="0" style="margin: 4px;"><br>';
//docout+='Studio Wydawnicze <b>PLAN</b>';
docout+='</a></div>';

//docout+='<img src="gfx/px-gry1.gif" width="174" height="1"><br>';

docout+='<div style="text-align: center; padding: 2px;">';
docout+='<a href="http://www.plan.jgora.pl" target="_blank"><img src="gfx/logo-plan2.jpg" alt="Wydawnictwo Turystyczne PLAN" border="0" style="margin: 4px;"><br>';
//docout+='Wydawnictwo Turystyczne <b>PLAN</b>';
docout+='</a></div>';

//docout+='<img src="gfx/px-gry1.gif" width="174" height="1"><br>';

docout+='</div></div>';


document.writeln(docout);