var MENU_ITEMS = [ [wrap_root('','aboutCompany.gif'), null, {'sw' : 83, 'bw' : 150, 'bl' : 0} , [wrap_child('Kim jesteśmy'),'aboutUs.jhtml', null] , [wrap_child('Władze firmy'),'management.jhtml', null] , [wrap_child('Dane identyfikacyjne'),'identification.jhtml', null] , [wrap_child('Certyfikaty, akredytacje'),'certificates.jhtml', null] , [wrap_child('Partnerzy'),'partners.jhtml', null] , [wrap_child('Polityka prywatności'),'privacyPolicy.jhtml', null] ] , [wrap_root('','customers.gif'), 'customers.jhtml', {'sw' : 126, 'bw' : 0, 'bl' : 0} ] , [wrap_root('','customerService.gif'), 'customerService.jhtml', {'sw' : 130, 'bw' : 160, 'bl' : 0} ] , [wrap_root('','career.gif'), null, {'sw' : 105, 'bw' : 120, 'bl' : 0} , [wrap_child('Informacje ogólne'),'generalInfo.jhtml', null] , [wrap_child('Proces rekrutacji'),'recruitmentProcess.jhtml', null] , [wrap_child('Oferty pracy'),'jobOfferList.jhtml', null] , [wrap_child('Oferty praktyk'),'practiceOffer.jhtml', null] ] , [wrap_root('','contact.gif'), null, {'sw' : 118, 'bw' : 140, 'bl' : 0} , [wrap_child('Dane kontaktowe'),'contact.jhtml', null] , [wrap_child('Formularz kontaktowy'),'contactForm.jhtml', null] ] ]; function wrap_parent (text) { return [['
', text, '
'].join(''), ['
', text, '
'].join(''), ['
', text, '
'].join('') ]; } function wrap_child (text) { return [['
', text, '
'].join(''), ['
', text, '
'].join(''), ['
', text, '
'].join('') ]; } function wrap_root (text,img) { return [ '
', '
', '
' ]; }