// *** template file
// *** (c) feel by fish, http://www.imagen.pl

var docout="";
docout+='<div align="center">';
docout+='<br>';
docout+='<a href="index.html"><img src="gfx/header.gif" alt="e-kom - kominki, piecyki, kolektory słoneczne" width="750" height="81" border="0"></a><br>';
docout+='<div class="layout-width"><div class="layout">';
docout+='';
docout+='<table width="748" border="0" cellspacing="0" cellpadding="0" class="menu"><tr>';
docout+='	<td width="15"><img src="gfx/px.gif" width="15" height="11"><br></td>';
docout+='	<td class="div"><img src="gfx/px.gif" width="1" height="11"><br></td>';
docout+='	<td><div class="menu-item' + ((pageid.lvl == 1)?'-sel':'') + '"><a href="sklep.html">sklep&nbsp;internetowy</a></div></td>';
docout+='	<td class="div"><img src="gfx/px.gif" width="1" height="11"><br></td>';
docout+='	<td><div class="menu-item' + ((pageid.lvl == 2)?'-sel':'') + '"><a href="info.html">informacje&nbsp;techniczne</a></div></td>';
docout+='	<td class="div"><img src="gfx/px.gif" width="1" height="11"><br></td>';
docout+='	<td><div class="menu-item' + ((pageid.lvl == 3)?'-sel':'') + '"><a href="zamowienie.html">zamówienie</a></div></td>';
docout+='	<td class="div"><img src="gfx/px.gif" width="1" height="11"><br></td>';
docout+='	<td><div class="menu-item' + ((pageid.lvl == 5)?'-sel':'') + '"><a href="ratyi.html">raty</a></div></td>';
docout+='	<td class="div"><img src="gfx/px.gif" width="1" height="11"><br></td>';
docout+='	<td><div class="menu-item' + ((pageid.lvl == 4)?'-sel':'') + '"><a href="kontakt.html">kontakt</a></div></td>';
docout+='	<td class="div"><img src="gfx/px.gif" width="1" height="11"><br></td>';
docout+='	<td style="text-align: right;" width="80%"><img src="gfx/menu-lisc.gif" alt="" width="33" height="15" border="0" style="margin: 0px 35px 10px 0px;"></td>';
docout+='</tr></table>';

document.writeln(docout);
