
var cText = ''
cText += '<ul class="menu1">'

cText += '<li>SBC</li>'
cText += '<ul class="menu2">'
cText += '<a href="sbcpiagp.html"><li>PIAGP</li></a>'
cText += '<a href="sbcpcm13.html"><li>PICMG 1.3</li></a>'
/* cText += '<a href="sbcpcm10.html"><li>PICMG 1.0</li></a>' */
/* cText += '<a href="sbcpcisa.html"><li>PCISA</li></a>' */
cText += '<a href="sbcpcie.html"><li>PCIe</li></a>'
cText += '<a href="sbcpci.html"><li>PCI</li></a>'
cText += '<a href="sbcisa.html"><li>ISA</li></a>'
cText += '<a href="sbcnova.html"><li>5,25" NOVA</li></a>'
cText += '<a href="sbcnano.html"><li>EPIC NANO</li></a>'
/*  cText += '<a href="sbcwafer.html"><li>3,5" WAFER</li></a>' */
cText += '<a href="sbcetx.html"><li>ETX</li></a>'
cText += '<a href="sbcpc104.html"><li>PC/104</li></a>'
cText += '</ul>'
/*
cText += '<li>Płyty główne</li>'
cText += '<ul class="menu2">'
cText += '<a href="mbdmitx.html"><li>Mini ITX</li></a>'
cText += '<a href="mbdmatx.html"><li>Micro ATX</li></a>'
cText += '<a href="mbdatx.html"><li>ATX</li></a>'
cText += '<a href="mblpx.html"><li>LPX</li></a>'
cText += '</ul>'

cText += '<li>Karty/moduły</li>'
cText += '<ul class="menu2">'
cText += '<a href="modfgrab.html"><li>Frame-grab.</li></a>'
cText += '<a href="modgraph.html"><li>Grafika</li></a>'
cText += '<a href="modtpm.html"><li>TPM</li></a>'
cText += '<a href="modlvds.html"><li>LVDS</li></a>'
cText += '<a href="modlcd.html"><li>Złącza LCD</li></a>'
cText += '<a href="modpc104.html"><li>PC/104</li></a>'
cText += '</ul>'

cText += '<li>Magistrale</li>'
cText += '<ul class="menu2">'
cText += '<a href="bckpiagp.html"><li>PIAGP</li></a>'
cText += '<a href="bckpcm13.html"><li>PICMG 1.3</li></a>'
cText += '<a href="bckpcm10.html"><li>PICMG 1.0</li></a>'
cText += '<a href="bckpcisa.html"><li>PCISA</li></a>'
cText += '<a href="bckpcie.html"><li>PCIe</li></a>'
cText += '<a href="bckisa.html"><li>ISA</li></a>'
cText += '</ul>'

cText += '<li>Obudowy</li>'
cText += '<ul class="menu2">'
cText += '<a href="chsrack.html"><li>Rack</li></a>'
cText += '<a href="chscomp.html"><li>Compact</li></a>'
cText += '<a href="chsembed.html"><li>Embedded</li></a>'
cText += '<a href="chsbare.html"><li>Barebone</li></a>'
cText += '</ul>'

cText += '<li>Zasilacze</li>'
cText += '<ul class="menu2">'
cText += '<a href="pwrps2.html"><li>PS/2</li></a>'
cText += '<a href="pwrredun.html"><li>Redundanc.</li></a>'
cText += '<a href="pwrmed.html"><li>Medyczne</li></a>'
cText += '<a href="pwripc.html"><li>IPC</li></a>'
cText += '<a href="pwropen.html"><li>OpenFrame</li></a>'
cText += '<a href="pwrdcdc.html"><li>DC/DC</li></a>'
cText += '</ul>'

cText += '<hr>'

cText += '<li>Stacje robocze</li>'
cText += '<ul class="menu2">'
cText += '<a href="wksstd.html"><li>Standard</li></a>'
cText += '<a href="wksmini.html"><li>Mini</li></a>'
cText += '<a href="wksrack.html"><li>Rack</li></a>'
cText += '</ul>'

cText += '<li>PC panelowe</li>'
cText += '<ul class="menu2">'
cText += '<a href="pcpindus.html"><li>Przemysł.</li></a>'
cText += '<a href="pcpmed.html"><li>Medyczne</li></a>'
cText += '<a href="pcpaio.html"><li>All-in-One</li></a>'
cText += '</ul>'

cText += '<li>RISC</li>'
cText += '<ul class="menu2">'
cText += '<a href="rscsbc.html"><li>SBC</li></a>'
cText += '<a href="rschmi.html"><li>HMI</li></a>'
cText += '</ul>'

cText += '<li>LCD</li>'
cText += '<ul class="menu2">'
cText += '<a href="lcdmon.html"><li>Monitory</li></a>'
cText += '<a href="lcdkit.html"><li>Zestawy</li></a>'
cText += '</ul>'

cText += '<hr>'

cText += '<li>Urządzenia</li>'
cText += '<ul class="menu2">'
cText += '<a href="devdino.html"><li>Dino blade</li></a>'
cText += '<a href="devacc.html"><li>Kontr. dostępu</li></a>'
cText += '<a href="devkvm.html"><li>KVM</li></a>'
cText += '<a href="devlkm.html"><li>LKM</li></a>'
cText += '<a href="devserv.html"><li>Serwery</li></a>'
cText += '</ul>'

cText += '<hr>'

cText += '<li>Peryferia</li>'
cText += '<ul class="menu2">'
cText += '<a href="percool.html"><li>Chłodzenie</li></a>'
cText += '<a href="perflash.html"><li>Flash Disk</li></a>'
cText += '<a href="percable.html"><li>Kable</li></a>'
cText += '<a href="percomp.html"><li>Komponenty</li></a>'
cText += '<a href="permobil.html"><li>Mobile</li></a>'
cText += '<a href="pernet.html"><li>Sieć</li></a>'
cText += '<a href="perother.html"><li>Inne</li></a>'
cText += '</ul>'
*/
cText += '</ul>'

document.write(cText)

