/* Milonic DHTML Menu - JavaScript Website Navigation System. Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved. Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products This is a commercial software product, please visit http://www.milonic.com/ for more information. See http://www.milonic.com/license.php for Commercial License Agreement All Copyright statements must always remain in place in all files at all times ******* PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE ******* */ _menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=150 // The time delay before menus open on mouse over _subOffsetTop=10 // Sub menu top offset _subOffsetLeft=-10 // Sub menu left offset with(mainMenuStyle=new mm_style()){ oncolor="#AAAAAA"; offcolor="#ffffff"; _bordercolor="#ffffff"; borderwidth=0; separatorcolor="#ffffff"; separatorsize=1; separatorwidth=1; separatorpadding=7; itemheight=18; align="center"; valign="middle"; fontsize="14px;"; fontweight="bold"; fontstyle="normal"; fontfamily="Trebuchet MS,Tahoma,Arial, Arial, Verdana, Helvetica;"; pagecolor="#ffffff"; headercolor="#ffffff"; headerbgcolor="#555555"; subimagepadding="2"; _bgimage="images/menu0f.gif"; _overbgimage="images/menu1f.gif"; _pagebgimage="images/menu1f.gif"; } with(menuStyle=new mm_style()){ onbgcolor="#9a9a9a"; oncolor="#ffffff"; offbgcolor="#ffffff"; offcolor="#000000"; bordercolor="#555555"; borderstyle="solid"; borderwidth=1; separatorcolor="#555555"; separatorsize="1"; padding=5; fontsize="8pt"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; pagecolor="#000000"; pagebgcolor="#CCCCCC"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage="arrow.gif"; subimagepadding="2"; } with(milonic=new menuname("Main Menu")){ style=mainMenuStyle; atop=78; aleft=88; itemheight=15; aitemwidth=92; alwaysvisible=1; orientation="horizontal"; position="absolute"; aI("text=Home;url=156_home.php;status=Home;showmenu=menuTop156;");aI("text=Products;url=21_products.php;status=Products;showmenu=menuTop21;");aI("text=FAQs;url=120_faqs.php;status=FAQs;showmenu=menuTop120;");aI("text=Broking Services;url=362_broking-services.php;status=Broking Services;showmenu=menuTop362;");aI("text=About Us;url=28_about-us.php;status=About Us;showmenu=menuTop28;");aI("text=Contact Us;url=37_contact-us.php;status=Contact Us;showmenu=menuTop37;");aI("text=Testimonials;url=372_testimonials.php;status=Testimonials;showmenu=menuTop372;");} with(milonic=new menuname("menuTop156")){ style=menuStyle;}with(milonic=new menuname("menuTop21")){ style=menuStyle;aI("text=MT Daily;url=125_mt-daily.php;");aI("text=Portfolio;url=852_portfolio.php;");aI("text=Education;url=862_education.php;");aI("text=MT Monthly;url=129_mt-monthly.php;");}with(milonic=new menuname("menuTop120")){ style=menuStyle;}with(milonic=new menuname("menuTop362")){ style=menuStyle;}with(milonic=new menuname("menuTop28")){ style=menuStyle;}with(milonic=new menuname("menuTop37")){ style=menuStyle;}with(milonic=new menuname("menuTop372")){ style=menuStyle;} drawMenus();