//---------- menu poziome --------------

//menu Bezrobotny - pionowe
MG_Bezrobotny=new TPodMenu(1,'PodMenu',true);
MG_Bezrobotny.DodajElement(new TElement('Informacje ogólne','ABC bezrobotnego.htm','',null));
MG_Bezrobotny.DodajElement(new TElement('Poradnik','Poradnik_1.htm','',null));
MG_Bezrobotny.Pokaz(0,0,1,'none');

//menu Pracodawca - pionowe
MG_Pracodawca=new TPodMenu(1,'PodMenu',true);
MG_Pracodawca.DodajElement(new TElement('Prawa','pracodawca-prawa.htm','',null));
MG_Pracodawca.DodajElement(new TElement('Obowiązki','pracodawca-obow.htm','',null));
MG_Pracodawca.Pokaz(0,0,1,'none');


//menu Instrumenty - pionowe
MG_Instrumenty=new TPodMenu(1,'PodMenu',true);
MG_Instrumenty.DodajElement(new TElement('Staż','staz.htm','',null));
MG_Instrumenty.DodajElement(new TElement('Przygot. zawodowe','przygotowanie zawod.htm','',null));
MG_Instrumenty.DodajElement(new TElement('Prace interwencyjne','interwencja.htm','',null));
MG_Instrumenty.DodajElement(new TElement('Dodatek aktywizacyjny','\dodatek_akt.htm','',null));
MG_Instrumenty.DodajElement(new TElement('Dotacje','dotacje.htm','',null));
MG_Instrumenty.DodajElement(new TElement('Refundacje','refundacje.htm','',null));
MG_Instrumenty.DodajElement(new TElement('Stypendium','stypendium.htm','',null));
MG_Instrumenty.Pokaz(0,0,1,'none');


//menu Uslugi - pionowe
MG_Uslugi=new TPodMenu(1,'PodMenu',true);
MG_Uslugi.DodajElement(new TElement('Pośrednictwo pracy','posrednictwo.htm','',null));
MG_Uslugi.DodajElement(new TElement('Poradnictwo zawodowe','poradnictwo.htm','',null));
MG_Uslugi.DodajElement(new TElement('Szkolenia','szkolenia.htm','',null));
MG_Uslugi.DodajElement(new TElement('Usługi EURES','eures.htm','',null));
MG_Uslugi.Pokaz(0,0,1,'none');

// menu Akty prawne - pionowe
MG_Akty=new TPodMenu(1,'PodMenu',true);
MG_Akty.DodajElement(new TElement('Ustawa ','http://www.psz.praca.gov.pl/main.php?do=ShowPage&nPID=867685&pT=details&sP=CONTENT,objectID,873075','',null));
MG_Akty.DodajElement(new TElement('Inne','http://www.psz.praca.gov.pl/main.php?do=ShowPage&nPID=867682&pT=categorytree&sP=CONTENT,objectID,2194','',null));
MG_Akty.Pokaz(0,0,1,'none');


//menu Druki - pionowe
MG_Druki=new TPodMenu(1,'PodMenu',true);
MG_Druki.DodajElement(new TElement('Dla bezrobotnych','druk-bezrobotnego.htm','',null));
MG_Druki.DodajElement(new TElement('Dla pracodawców','druk-pracodawcy.htm','',null));
MG_Druki.Pokaz(0,0,1,'none');








//------------------- menu pionowe --------------------

MB=new TPodMenu(1,'BoczneMenu',false);
MB.DodajElement(new TElement('ABC BEZROBOTNEGO','#','',MG_Bezrobotny));
MB.DodajElement(new TElement('ABC PRACODAWCY','#','',MG_Pracodawca));
MB.DodajElement(new TElement('INSTRUM.RYNKU PRACY','#','',MG_Instrumenty));
MB.DodajElement(new TElement('USŁUGI RYNKU PRACY','#','',MG_Uslugi));
MB.DodajElement(new TElement('AKTY PRAWNE','#','',MG_Akty));
MB.DodajElement(new TElement('DRUKI I FORMULARZE','#','',MG_Druki));
MB.DodajElement(new TElement('CIEKAWE STRONY','LINKI.HTM','',null));
MB.DodajElement(new TElement('INFO O URZĘDZIE','o_nas.htm','',null));
MB.DodajElement(new TElement('KOMUNIKATY','komunik.htm','',null));
//------- tworzymy menu ----------	
Menu.Rejestruj(MG_Bezrobotny);
Menu.Rejestruj(MG_Pracodawca);
Menu.Rejestruj(MG_Instrumenty);
Menu.Rejestruj(MG_Uslugi);
Menu.Rejestruj(MG_Akty);
Menu.Rejestruj(MG_Druki);
Menu.Rejestruj(MB);

