_menuCloseDelay=200 // The time delay for menus to remain visible on mouse out _menuOpenDelay=50 // The time delay before menus open on mouse over _subOffsetTop=10 // Sub menu top offset _subOffsetLeft=-10 // Sub menu left offset with(menuStyle=new mm_style()){ onbgcolor="#D7DAC9"; oncolor="#000000"; offbgcolor="#E5E5E5"; offcolor="#333333"; bordercolor="#296488"; borderstyle="normal"; fontweight="bold"; borderwidth=0; separatorcolor="#FFFFFF"; separatorsize="1" padding=1; fontsize="11"; fontstyle="bold"; fontfamily="Arial, Tahoma, Arial"; pagecolor="#000000"; pagebgcolor="#C8C8BE"; headercolor="#000000"; headerbgcolor="#ffffff"; //subimage="arrow.gif"; subimagepadding="2"; } with(menuStyleMain=new mm_style()){ onbgcolor="#333333"; oncolor="#D7DAC9"; offbgcolor="#E5E5E5"; offcolor="#333333"; bordercolor="#296488"; borderstyle="none"; borderwidth=0; separatorcolor="#FFFFFF"; separatorsize="1" padding=1; fontsize="11"; fontstyle="normal"; fontweight="bold"; fontfamily="Arial, Tahoma, Arial"; pagecolor="#000000"; pagebgcolor="#C8C8BE"; headercolor="#000000"; headerbgcolor="#ffffff"; //subimage="arrow.gif"; subimagepadding="2"; } with(Omenu=new menuname("Main Menu")){ style=menuStyleMain; top=105; alwaysvisible=1; orientation="horizontal"; screenposition="center"; menuwidth=772; menuheight=20; itemwidth=109; align="center"; padding="2"; itemheight="18"; aI("text=Home;url=/SiteFiles/1/41/258.asp;"); aI("text=About Us;url=/SiteFiles/1/1/1.asp;"); aI("text=Portfolio;url=/SiteFiles/1/39/252.asp;"); aI("text=Our Products;url=/SiteFiles/1/2/2.asp;"); aI("text=Services;url=/SiteFiles/1/3/3.asp;"); aI("text=Partners;url=/SiteFiles/1/5/5.asp;"); aI("text=Contact Us;url=/SiteFiles/1/4/358.asp;"); } with(Omenu=new menuname("IMenu4")){ style=menuStyle; itemwidth=163.5; } with(Omenu=new menuname("IMenu5")){ style=menuStyle; itemwidth=163.5; } with(Omenu=new menuname("IMenu3")){ style=menuStyle; itemwidth=163.5; } with(Omenu=new menuname("IMenu2")){ style=menuStyle; itemwidth=163.5; } with(Omenu=new menuname("IMenu39")){ style=menuStyle; itemwidth=163.5; } with(Omenu=new menuname("IMenu1")){ style=menuStyle; itemwidth=163.5; } with(Omenu=new menuname("IMenu41")){ style=menuStyle; itemwidth=163.5; } drawMenus();