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="#FF6000"; offbgcolor="#FFFFFF"; offcolor="#006699"; bordercolor="#000066"; borderstyle="dotted"; borderwidth=0; separatorcolor="#000066"; separatorsize="1"; separatorimage="images/line_v.gif"; padding=0; fontsize="80%"; fontstyle="normal"; fontweight="bold"; fontfamily="verdana,arial,helvetica"; pagecolor="000066"; pagebgcolor="#FFFFFF"; headercolor="#000066"; 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="#FF6000"; offbgcolor="#FFFFFF"; offcolor="#006699"; bordercolor="#7F7FB2"; borderstyle="solid"; borderwidth=1; separatorcolor="#000066"; separatorsize="0"; padding=4; fontsize="80%"; fontstyle="normal"; fontweight="bold"; fontfamily="verdana, Arial, Helvetica, sans-serif"; pagecolor="000066"; pagebgcolor="#FFFFFF"; headercolor="#000066"; 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("Privacy policy")){ style=subStyle; openstyle="up" overflow="scroll"; } with(milonic=new menuname("E-mail policy")){ style=subStyle; openstyle="up" overflow="scroll"; } with(milonic=new menuname("About us")){ style=subStyle; overflow="scroll"; aI("text=Historical Background;url=" + rootpath + "/en/tarih.html;"); aI("text=Mission Vision;url=" + rootpath + "/en/vizyon.html;"); aI("text=Values;url=" + rootpath + "/en/deger.html;"); aI("text=Quality Policy;url=" + rootpath + "/en/kalite.html;"); aI("text=Customer Relationship;;url=" + rootpath + "/en/musteri.html;"); aI("text=Our fleet;url=" + rootpath + "/en/filo.html;"); aI("text=Subsidiaries;url=" + rootpath + "/en/istirak.html;"); } with(milonic=new menuname("Accessibility")){ style=subStyle; openstyle="up" overflow="scroll"; } with(milonic=new menuname("Careers")){ style=subStyle; overflow="scroll"; aI("text=Americas;url=" + rootpath + "/cl/home/careers/americas/;"); } with(milonic=new menuname("Contact us")){ style=subStyle; openstyle="up" overflow="scroll"; } with(milonic=new menuname("Corporate responsibility")){ style=subStyle; overflow="scroll"; aI("text=Contact Us;url=" + rootpath + "/en/iletisim.html;"); aI("text=Request and Suggestions;url=" + rootpath + "/en/istek.html;"); } with(milonic=new menuname("E-tools")){ style=subStyle; overflow="scroll"; aI("text=Customer e-tools;url=" + rootpath + "/cl/home/etools/customeretools/;"); aI("text=Airline surcharges;url=" + rootpath + "/cl/home/etools/airlinesurcharges/;target=_blank;"); aI("text=Fuel index;url=" + rootpath + "/cl/home/etools/fuelindex/;target=_blank;"); aI("text=Trade disruptions;url=" + rootpath + "/cl/home/etools/tradedisruptions/;target=_blank;"); } with(milonic=new menuname("Industries")){ style=subStyle; overflow="scroll"; aI("text=Useful Tips;url=" + rootpath + "/en/yarar.html;"); } with(milonic=new menuname("Investors")){ style=subStyle; overflow="scroll"; aI("text=HR Policy;url=" + rootpath + "/en/ikpolitika.html;"); aI("text=Available Positions;url=" + rootpath + "/en/pozison.html;"); } with(milonic=new menuname("Locations")){ style=subStyle; overflow="scroll"; aI("text=Sponsored Projects;url=" + rootpath + "/en/sosyal.html;"); } with(milonic=new menuname("Media")){ style=subStyle; overflow="scroll"; } with(milonic=new menuname("Search")){ style=subStyle; openstyle="up" overflow="scroll"; } with(milonic=new menuname("Site map")){ style=subStyle; openstyle="up" overflow="scroll"; } with(milonic=new menuname("Solutions")){ style=subStyle; overflow="scroll"; aI("text=Logistics;url=" + rootpath + "/en/lojistik.html;"); aI("text=Online Transactions;url=" + rootpath + "/en/online.html;"); aI("text=Exclusive Services;url=" + rootpath + "/en/mode.html;"); aI("text=Road Transportation;url=" + rootpath + "/en/kara.html;"); aI("text=Air Transportation;url=" + rootpath + "/en/hava.html;"); aI("text=Marine Transportation;url=" + rootpath + "/en/deniz.html;"); aI("text=Insurance;url=" + rootpath + "/en/sigorta.html;"); } with(milonic=new menuname("Terms of use")){ style=subStyle; openstyle="up" overflow="scroll"; } with(milonic=new menuname("test")){ style=subStyle; openstyle="up" overflow="scroll"; } drawMenus();