/*** This is the menu creation code - place it right after you body tag Feel free to add this to a stand-alone js file and link it to your page. **/ //Menu object creation oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname oCMenu.frames = 0 //Menu properties oCMenu.pxBetween=4 oCMenu.fromLeft=30 oCMenu.fromTop=29 oCMenu.rows=1 oCMenu.menuPlacement="left" oCMenu.offlineRoot="file:///C|/Inetpub/wwwroot/budavar/" oCMenu.onlineRoot="" oCMenu.resizeCheck=1 oCMenu.wait=300 oCMenu.fillImg="../generic/img/cm_fill.gif" oCMenu.zIndex=0 //Background bar properties oCMenu.useBar=0 oCMenu.barWidth="100%" oCMenu.barHeight="menu" oCMenu.barClass="clBar" oCMenu.barX=0 oCMenu.barY=0 oCMenu.barBorderX=0 oCMenu.barBorderY=0 oCMenu.barBorderClass="" //Level properties - ALL properties have to be spesified in level 0 oCMenu.level[0]=new cm_makeLevel() //Add this for each new level oCMenu.level[0].width=87 oCMenu.level[0].height=18 oCMenu.level[0].regClass="clLevel0" oCMenu.level[0].overClass="clLevel0over" oCMenu.level[0].borderX=0 oCMenu.level[0].borderY=0 oCMenu.level[0].borderClass="clLevel0border" oCMenu.level[0].offsetX=0 oCMenu.level[0].offsetY=2 oCMenu.level[0].rows=0 oCMenu.level[0].arrow=0 oCMenu.level[0].arrowWidth=0 oCMenu.level[0].arrowHeight=0 oCMenu.level[0].align="bottom" //EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number) oCMenu.level[1].width=150 oCMenu.level[1].height=18 oCMenu.level[1].regClass="clLevel1" oCMenu.level[1].overClass="clLevel1over" oCMenu.level[1].borderX=1 oCMenu.level[1].borderY=0 oCMenu.level[1].align="right" oCMenu.level[1].offsetX=-1 oCMenu.level[1].offsetY=0 oCMenu.level[1].borderClass="clLevel1border" oCMenu.level[1].arrow="../img/menu_arrow.gif" oCMenu.level[1].arrowWidth=3 oCMenu.level[1].arrowHeight=6 //EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number) oCMenu.level[2].width=150 oCMenu.level[2].height=18 oCMenu.level[2].offsetX=-1 oCMenu.level[2].offsetY=0 oCMenu.level[2].regClass="clLevel2" oCMenu.level[2].overClass="clLevel2over" oCMenu.level[2].borderClass="clLevel2border" /****************************************** Menu item creation: myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) *************************************/ oCMenu.makeMenu('top1','','  Utazások','http://hellovilag.hu','','') oCMenu.makeMenu('top178','',' Repülőjegyek','http://hellovilag.hu/repulojegy','','') oCMenu.makeMenu('top84','',' Szórakozás','http://hellovilag.hu','','') oCMenu.makeMenu('top97','',' Prospektus','http://hellovilag.hu/prospektus','','') oCMenu.makeMenu('top71','','   Infopont','http://hellovilag.hu/infopont','','') oCMenu.makeMenu('top66','',' Kapcsolat','http://hellovilag.hu/kapcsolat','','') oCMenu.makeMenu('top73','top1','Akciók, kedvezmények','http://hellovilag.hu','','') oCMenu.makeMenu('top226','top1','Síutak','http://hellovilag.hu/sieles','','') oCMenu.makeMenu('top105','top1',' ','http://hellovilag.hu','','') oCMenu.makeMenu('top55','top1','Magyarország','http://hellovilag.hu/magyarorszag','','') oCMenu.makeMenu('top144','top1','Európa - kontinentális','http://hellovilag.hu','','') oCMenu.makeMenu('top2','top1','Európa - mediterrán','http://hellovilag.hu','','') oCMenu.makeMenu('top23','top1','Közel-kelet','http://hellovilag.hu','','') oCMenu.makeMenu('top20','top1','Afrika','http://hellovilag.hu','','') oCMenu.makeMenu('top5','top1','Ázsia','http://hellovilag.hu','','') oCMenu.makeMenu('top18','top1','Amerika','http://hellovilag.hu','','') oCMenu.makeMenu('top106','top1','Ausztrália és Óceánia','http://hellovilag.hu','','') oCMenu.makeMenu('top109','top1','Antarktisz','http://hellovilag.hu/antarktisz','','') oCMenu.makeMenu('top112','top2','Bulgária','http://hellovilag.hu/bulgaria','','') oCMenu.makeMenu('top22','top2','Ciprus','http://hellovilag.hu/ciprus','','') oCMenu.makeMenu('top32','top2','Görögország','http://hellovilag.hu/gorogorszag','','') oCMenu.makeMenu('top164','top2','Horvátország','http://hellovilag.hu/horvatorszag','','') oCMenu.makeMenu('top25','top2','Málta','http://hellovilag.hu/malta','','') oCMenu.makeMenu('top200','top2','Monaco','http://hellovilag.hu/monaco','','') oCMenu.makeMenu('top43','top2','Olaszország','http://hellovilag.hu/olaszorszag','','') oCMenu.makeMenu('top45','top2','Portugália, Madeira','http://hellovilag.hu/portugalia','','') oCMenu.makeMenu('top47','top2','Spanyolország, Kanári-szgk.','http://hellovilag.hu/spanyolorszag','','') oCMenu.makeMenu('top207','top2','Szerbia és Montenegro','http://hellovilag.hu/szerbiamontenegro','','') oCMenu.makeMenu('top52','top2','Törökország','http://hellovilag.hu/torokorszag','','') oCMenu.makeMenu('top205','top2','Vatikán','http://hellovilag.hu/vatikan','','') oCMenu.makeMenu('top187','top5','Bhután','http://hellovilag.hu/bhutan','','') oCMenu.makeMenu('top115','top5','Dél-Korea','http://hellovilag.hu/delkorea','','') oCMenu.makeMenu('top212','top5','Fülöp-szigetek','http://hellovilag.hu/fulopszigetek','','') oCMenu.makeMenu('top33','top5','India','http://hellovilag.hu/india','','') oCMenu.makeMenu('top34','top5','Indonézia','http://hellovilag.hu/indonezia','','') oCMenu.makeMenu('top122','top5','Japán','http://hellovilag.hu/japan','','') oCMenu.makeMenu('top123','top5','Kambodzsa','http://hellovilag.hu/kambodzsa','','') oCMenu.makeMenu('top38','top5','Kína','http://hellovilag.hu/kina','','') oCMenu.makeMenu('top190','top5','Laosz','http://hellovilag.hu/laosz','','') oCMenu.makeMenu('top40','top5','Malájzia','http://hellovilag.hu/malajzia','','') oCMenu.makeMenu('top41','top5','Maldív-szigetek','http://hellovilag.hu/maldivszigetek','','') oCMenu.makeMenu('top130','top5','Mianmar','http://hellovilag.hu/mianmar','','') oCMenu.makeMenu('top213','top5','Mikronézia','http://hellovilag.hu/mikronezia','','') oCMenu.makeMenu('top134','top5','Nepál','http://hellovilag.hu/nepal','','') oCMenu.makeMenu('top48','top5','Sri Lanka','http://hellovilag.hu/srilanka','','') oCMenu.makeMenu('top51','top5','Thaiföld','http://hellovilag.hu/thaifold','','') oCMenu.makeMenu('top184','top5','Vietnám','http://hellovilag.hu/vietnam','','') oCMenu.makeMenu('top143','top18','Amerikai Egyesült Államok','http://hellovilag.hu/usa','','') oCMenu.makeMenu('top110','top18','Argentína','http://hellovilag.hu/argentina','','') oCMenu.makeMenu('top27','top18','Brazília','http://hellovilag.hu/brazilia','','') oCMenu.makeMenu('top215','top18','Chile','http://hellovilag.hu/chile','','') oCMenu.makeMenu('top113','top18','Costa Rica','http://hellovilag.hu/costarica','','') oCMenu.makeMenu('top30','top18','Dominikai Köztársaság','http://hellovilag.hu/dominika','','') oCMenu.makeMenu('top116','top18','Ecuador','http://hellovilag.hu/ecuador','','') oCMenu.makeMenu('top218','top18','El Salvador','http://hellovilag.hu/salvador','','') oCMenu.makeMenu('top221','top18','Honduras','http://hellovilag.hu/honduras','','') oCMenu.makeMenu('top136','top18','Jamaika','http://hellovilag.hu/jamaica','','') oCMenu.makeMenu('top124','top18','Kanada','http://hellovilag.hu/kanada','','') oCMenu.makeMenu('top39','top18','Kuba','http://hellovilag.hu/kuba','','') oCMenu.makeMenu('top129','top18','Mexikó','http://hellovilag.hu/mexiko','','') oCMenu.makeMenu('top44','top18','Peru','http://hellovilag.hu/peru','','') oCMenu.makeMenu('top186','top18','Venezuela','http://hellovilag.hu/venezuela','','') oCMenu.makeMenu('top29','top20','Dél-Afrikai Köztársaság','http://hellovilag.hu/delafrika','','') oCMenu.makeMenu('top31','top20','Egyiptom','http://hellovilag.hu/egyiptom','','') oCMenu.makeMenu('top196','top20','Etiópia','http://hellovilag.hu/etiopia','','') oCMenu.makeMenu('top214','top20','Gambia','http://hellovilag.hu/gambia','','') oCMenu.makeMenu('top37','top20','Kenya','http://hellovilag.hu/kenya','','') oCMenu.makeMenu('top202','top20','Líbia','http://hellovilag.hu/libia','','') oCMenu.makeMenu('top21','top20','Marokkó','http://hellovilag.hu/marokko','','') oCMenu.makeMenu('top128','top20','Madagaszkár','http://hellovilag.hu/madagaszkar','','') oCMenu.makeMenu('top231','top20','Mali','http://hellovilag.hu/mali','','') oCMenu.makeMenu('top42','top20','Mauritius','http://hellovilag.hu/mauritius','','') oCMenu.makeMenu('top132','top20','Namíbia','http://hellovilag.hu/namibia','','') oCMenu.makeMenu('top46','top20','Seychelle-szigetek','http://hellovilag.hu/seychelle','','') oCMenu.makeMenu('top50','top20','Tanzánia','http://hellovilag.hu/tanzania','','') oCMenu.makeMenu('top53','top20','Tunézia','http://hellovilag.hu/tunezia','','') oCMenu.makeMenu('top185','top20','Zöld-foki szigetek','http://hellovilag.hu/zoldfokiszigetek','','') oCMenu.makeMenu('top206','top20','Zambia','http://hellovilag.hu/zambia','','') oCMenu.makeMenu('top26','top23','Egyesült Arab Emírségek','http://hellovilag.hu/egyesultarabemirsegek','','') oCMenu.makeMenu('top119','top23','Irán','http://hellovilag.hu/iran','','') oCMenu.makeMenu('top35','top23','Izrael','http://hellovilag.hu/izrael','','') oCMenu.makeMenu('top199','top23','Jemen','http://hellovilag.hu/jemen','','') oCMenu.makeMenu('top36','top23','Jordánia','http://hellovilag.hu/jordania','','') oCMenu.makeMenu('top126','top23','Libanon','http://hellovilag.hu/libanon','','') oCMenu.makeMenu('top188','top23','Omán','http://hellovilag.hu/oman','','') oCMenu.makeMenu('top49','top23','Szíria','http://hellovilag.hu/sziria','','') oCMenu.makeMenu('top87','top66','Online utastájékoztató','http://hellovilag.hu/kapcsolat/utastajekoztato.asp','','') oCMenu.makeMenu('top92','top66','Munkatársaink elérhetősége','http://hellovilag.hu/kapcsolat/rolunk.asp','','') oCMenu.makeMenu('top90','top66','Irodánk megközelíthetősége','http://hellovilag.hu/kapcsolat/megkozelithetoseg.asp','','') oCMenu.makeMenu('top67','top66','Partnerirodáink országszerte','http://hellovilag.hu/kapcsolat/partnereink.asp','','') oCMenu.makeMenu('top194','top71','Ajándékutalvány vásárlás','http://hellovilag.hu/infopont/ajandekutalvany.asp','','') oCMenu.makeMenu('top177','top71','Hírlevél fel- és leiratkozás','http://hellovilag.hu/hirlevel','','') oCMenu.makeMenu('top219','top71','CsakNekem hírlevél','http://hellovilag.hu/csaknekem','','') oCMenu.makeMenu('top93','top71','Online fizetési lehetőségek','http://hellovilag.hu/infopont/bank.asp','','') oCMenu.makeMenu('top94','top71','Biztosítás','http://hellovilag.hu','','') oCMenu.makeMenu('top173','top71',' ','http://hellovilag.hu','','') oCMenu.makeMenu('top172','top71','Utazási szerződés','http://hellovilag.hu/infopont/utazasi_szerzodes.asp','','') oCMenu.makeMenu('top220','top71','Online biztosítás','http://hellovilag.hu/biztositas.budavartours.hu/atdob.asp','','') oCMenu.makeMenu('top232','top71','Online vásárlás','http://hellovilag.hu/vasarlas','','') oCMenu.makeMenu('top181','top73','Akciós utak országonként','http://hellovilag.hu/akcio/','','') oCMenu.makeMenu('top183','top73','TOP 100 árkedvezmény','http://hellovilag.hu/akcio/top100.asp','','') oCMenu.makeMenu('top193','top73','TOP 100 kedvezményes út','http://hellovilag.hu/akcio/top100_kedvezmeny.asp','','') oCMenu.makeMenu('top103','top73',' ','http://hellovilag.hu','','') oCMenu.makeMenu('top167','top73','Ingyen szállás Madeirán!','http://hellovilag.hu/akcio/ingyen_szallas.asp','','') oCMenu.makeMenu('top182','top73',' ','http://hellovilag.hu','','') oCMenu.makeMenu('top98','top73','Törzsutas kedvezmény','http://hellovilag.hu/akcio/kedvezmenyek.asp#torzsutas','','') oCMenu.makeMenu('top85','top84','Nyerjen nyaralást!','http://hellovilag.hu/jatek','','') oCMenu.makeMenu('top86','top84','Küldjön képeslapot!','http://hellovilag.hu/kepeslap','','') oCMenu.makeMenu('top166','top84','Klíma táblázatok','http://hellovilag.hu/klima','','') oCMenu.makeMenu('top95','top94','Biztosítási feltételek','http://hellovilag.hu/infopont/biztositasi_feltetelek.asp','','') oCMenu.makeMenu('top96','top94','Biztosítási szabályzat','http://hellovilag.hu/infopont/biztositasi_feltetelek_2.asp','','') oCMenu.makeMenu('top175','top97','Digitális prospektus letöltés','http://hellovilag.hu/prospektus/digitalis_prospektus.asp','','') oCMenu.makeMenu('top176','top97','Prospektus rendelés','http://hellovilag.hu/prospektus','','') oCMenu.makeMenu('top107','top106','Ausztrália','http://hellovilag.hu/ausztralia','','') oCMenu.makeMenu('top142','top106','Új-Zéland','http://hellovilag.hu/ujzeland','','') oCMenu.makeMenu('top145','top144','Ausztria','http://hellovilag.hu/ausztria','','') oCMenu.makeMenu('top197','top144','Albánia','http://hellovilag.hu/albania','','') oCMenu.makeMenu('top146','top144','Belgium','http://hellovilag.hu/belgium','','') oCMenu.makeMenu('top147','top144','Csehország','http://hellovilag.hu/csehorszag','','') oCMenu.makeMenu('top148','top144','Dánia','http://hellovilag.hu/dania','','') oCMenu.makeMenu('top198','top144','Észtország','http://hellovilag.hu/esztorszag','','') oCMenu.makeMenu('top149','top144','Finnország','http://hellovilag.hu/finnorszag','','') oCMenu.makeMenu('top150','top144','Franciaország','http://hellovilag.hu/franciaorszag','','') oCMenu.makeMenu('top151','top144','Hollandia','http://hellovilag.hu/hollandia','','') oCMenu.makeMenu('top152','top144','Írország','http://hellovilag.hu/irorszag','','') oCMenu.makeMenu('top153','top144','Izland','http://hellovilag.hu/izland','','') oCMenu.makeMenu('top154','top144','Lengyelország','http://hellovilag.hu/lengyelorszag','','') oCMenu.makeMenu('top211','top144','Lettország','http://hellovilag.hu/lettorszag','','') oCMenu.makeMenu('top201','top144','Liechtenstein','http://hellovilag.hu/liechtenstein','','') oCMenu.makeMenu('top203','top144','Litvánia','http://hellovilag.hu/litvania','','') oCMenu.makeMenu('top155','top144','Luxemburg','http://hellovilag.hu/luxemburg','','') oCMenu.makeMenu('top157','top144','Nagy-Britannia','http://hellovilag.hu/nagybritannia','','') oCMenu.makeMenu('top158','top144','Németország','http://hellovilag.hu/nemetorszag','','') oCMenu.makeMenu('top159','top144','Norvégia','http://hellovilag.hu/norvegia','','') oCMenu.makeMenu('top160','top144','Oroszország','http://hellovilag.hu/oroszorszag','','') oCMenu.makeMenu('top161','top144','Románia','http://hellovilag.hu/romania','','') oCMenu.makeMenu('top189','top144','San Marino','http://hellovilag.hu/sanmarino','','') oCMenu.makeMenu('top162','top144','Svájc','http://hellovilag.hu/svajc','','') oCMenu.makeMenu('top163','top144','Svédország','http://hellovilag.hu/svedorszag','','') oCMenu.makeMenu('top165','top144','Szlovénia','http://hellovilag.hu/szlovenia','','') oCMenu.makeMenu('top204','top144','Ukrajna','http://hellovilag.hu/ukrajna','','') oCMenu.makeMenu('top210','top150','Korzika','http://hellovilag.hu/franciaorszag/korzika/','','') oCMenu.makeMenu('top179','top178','Online repülőjegy foglalás','http://hellovilag.hu/repulojegy','','') oCMenu.makeMenu('top180','top178','Charter repülőjegyek','http://hellovilag.hu/charterjegy','','') //Leave this line - it constructs the menu oCMenu.construct()