<!-- Begin
var showimage1		= "no"	
var showimage2		= "no"
var linkstop 		= "no"

document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td class="menutrans">');
   if (linkstop == "no") {
document.write('<img src="picts/menu-top.gif" width="154" height="70"><br>');
}

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Start</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="onas.htm" class="menu">O nas</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="wifi.htm" class="menu">Internet WiFi</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="iplus.htm" class="menu">Internet iPlus</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="komputer.htm" class="menu">Sprzedaż komputerów</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="serwis.htm" class="menu">Serwis komputerów</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="www.htm" class="menu">Tworzenie stron WWW</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="kontakt.htm" class="menu">Kontakt</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://sklep.vernon.pl/" class="menu">Sklep internetowy</a>');



document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.gif" width="154" height="34"><br>');

document.write('</td></tr><tr><td align="center">');

   if (showimage1 == "yes") {
document.write('<br><br><img src="picts/menu-picture-1.jpg" width="75" height="75" border="0"></a><br><br>');
}
   if (showimage2 == "yes") {
document.write('<img src="picts/menu-picture-2.jpg" width="75" height="75" border="0"></a><br><br>');
}
document.write('</td></tr></table></DIV>');
