rootpath = ""; _menuCloseDelay=250 // The time delay for menus to remain visible on mouse out _menuOpenDelay=1 // The time delay before menus open on mouse over _followSpeed=5 // Follow scrolling speed _followRate=40 // Follow scrolling Rate _subOffsetTop=10 // Sub menu top offset _subOffsetLeft=-10 // Sub menu left offset _scrollAmount=3 // Only needed for Netscape 4.x _scrollDelay=20 // Only needed for Netcsape 4.x with(mainStyle=new mm_style()){ onbgcolor="#F1F1F1"; oncolor="#000000"; offbgcolor="#FFFFFF"; offcolor="#000000"; bordercolor="#000000"; borderstyle="dotted"; borderwidth=0; separatorcolor="#000000"; separatorsize="1"; separatorimage="images/line_vDP.gif"; padding=6; fontsize="60%"; fontstyle="normal"; fontweight="bold"; fontfamily="verdana,arial,helvetica"; pagecolor="000000"; pagebgcolor="#FFFFFF"; headercolor="#000000"; headerbgcolor="#FFFFFF"; ondecoration="underline"; subimage=""; subimagepadding="0"; overfilter="Fade(duration=0.2);Alpha(opacity=100);"; outfilter="randomdissolve(duration=0.3)"; } with(subStyle=new mm_style()){ onbgcolor="#F1F1F1"; oncolor="#000000"; offbgcolor="#FFFFFF"; offcolor="#000000"; bordercolor="#CCCCCC"; borderstyle="solid"; borderwidth=1; separatorcolor="#000000"; separatorsize="0"; padding=4; fontsize="60%"; fontstyle="normal"; fontweight="bold"; fontfamily="verdana,arial,helvetica"; pagecolor="000000"; pagebgcolor="#FFFFFF"; headercolor="#000000"; headerbgcolor="#FFFFFF"; ondecoration="underline"; subimage="images/arrow_menu.gif"; subimagepadding="2"; overfilter="Fade(duration=0.0);Alpha(opacity=100);"; outfilter="randomdissolve(duration=0.0)"; } with(milonic=new menuname("Home")){ style=subStyle; overflow="scroll"; } with(milonic=new menuname("Fuel index")){ style=subStyle; openstyle="up" overflow="scroll"; aI("text=Jet fuel index methodology;url=" + rootpath + "/exel/home/fuelindex/jetfuelindexmethodology/;"); } with(milonic=new menuname("Pensions")){ style=subStyle; openstyle="up" overflow="scroll"; aI("text=Exel Retirement Plan;url=" + rootpath + "/exel/home/pensions/exelretirementplan/;"); aI("text=Voyager;url=" + rootpath + "/exel/home/pensions/voyager/;"); aI("text=Your benefits;url=" + rootpath + "/exel/home/pensions/yourbenefits/;"); aI("text=Legal statement;url=" + rootpath + "/exel/home/pensions/legalstatement/;"); aI("text=Other schemes;url=" + rootpath + "/exel/home/pensions/otherschemes/;"); aI("text=What's new;url=" + rootpath + "/exel/home/pensions/whatsnew/;"); aI("text=Useful links;url=" + rootpath + "/exel/home/pensions/usefullinks/;"); } with(milonic=new menuname("Asia Pacific Careers")){ style=subStyle; openstyle="up" overflow="scroll"; } with(milonic=new menuname("Trade disruptions")){ style=subStyle; openstyle="up" overflow="scroll"; } with(milonic=new menuname("Regions")){ style=subStyle; overflow="scroll"; aI("text=Europe, Middle East and Africa;url=" + rootpath + "/exel/home/regions/emea/;"); aI("text=Americas;url=" + rootpath + "/exel/home/regions/americas/;"); aI("text=Asia Pacific;url=" + rootpath + "/exel/home/regions/asiapacific/;"); } with(milonic=new menuname("Registrations")){ style=subStyle; openstyle="up" overflow="scroll"; aI("text=Personal details;url=" + rootpath + "/exel/home/registrations/personaldetails/;"); aI("text=Unregister;url=" + rootpath + "/exel/home/registrations/unregister/;"); } drawMenus();