_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(menuStyle=new mm_style()){ onbgcolor="#29963B"; oncolor="#ffffff"; offbgcolor="#004088"; offcolor="#ffffff"; bordercolor="#296488"; borderstyle="normal"; fontweight="bold"; borderwidth=0; separatorcolor="#FFFFFF"; separatorsize="1" padding=2; fontsize="10"; fontstyle="bold"; fontfamily="VERDANA"; pagecolor="#000000"; pagebgcolor="#C8C8BE"; headercolor="#000000"; headerbgcolor="#ffffff"; //subimage="arrow.gif"; subimagepadding="2"; overfilter="fade(Duration=0.1);Shadow(color='#777777', Direction=135, Strength=1)"; outfilter="fade(Duration=0.1)"; } with(menuStyleMain=new mm_style()){ onbgcolor="#29963B"; oncolor="#FFFFFF"; offbgcolor="#004088"; offcolor="#ffffff"; bordercolor="#296488"; borderstyle="none"; borderwidth=0; separatorcolor="#FFFFFF"; separatorsize="1" padding=1; fontsize="10"; fontstyle="normal"; fontweight="bold"; fontfamily="verdana"; pagecolor="#000000"; pagebgcolor="#C8C8BE"; headercolor="#000000"; headerbgcolor="#ffffff"; //subimage="menuitems/arrow.gif"; subimagepadding="2"; overfilter="GradientWipe(Duration=0.3, Direction='180');Shadow(color='#FFFFFF', Direction=135, Strength=0)"; outfilter="GradientWipe(Duration=0.3)"; } with(Omenu=new menuname("Main Menu")){ style=menuStyleMain; top=143; alwaysvisible=1; orientation="horizontal"; screenposition="left"; menuwidth=400; menuheight=20; itemwidth=90; align="center"; padding="2"; itemheight="17"; openstyle=''; aI("text=Home;url=#;"); aI("text=About;url=#;showmenu=IMenu45;"); aI("text=Products;url=#;showmenu=IMenu46;"); aI("text=Technology;url=publicap/tech.html;"); aI("text=Customers;url=publicap/demos.html;"); aI("text=News;url=#;showmenu=IMenu17;"); aI("text=Contact;url=publicap/contact.html;"); aI("text=Espanol;url=publicap/spanish.html;"); } with(Omenu=new menuname("IMenu17")) { style=menuStyle; itemwidth=123.5; openstyle=' '; align='LEFT'; aI("text=Press Releases;url=publicap/news.html;dir=rtl;"); aI("text=Coverage;url=publicap/coverage.html;dir=rtl;"); } with(Omenu=new menuname("IMenu45")) { style=menuStyle; itemwidth=123.5; openstyle=' '; align='LEFT'; aI("text=Profile;url=publicap/profile.html;dir=rtl;"); aI("text=Mission;url=publicap/mission.html;dir=rtl;"); aI("text=Lead Team;url=publicap/leadteam.html;dir=rtl;"); aI("text=ActivePoint Israel;url=publicap/profileap.html;dir=rtl;"); } with(Omenu=new menuname("IMenu46")){ style=menuStyle; itemwidth=123.5; openstyle=' '; align='left'; aI("text=Sales System;url=publicap/product1.html;dir=rtl;"); aI("text=Reporting Tool;url=publicap/product2.html;dir=rtl;"); aI("text=Virtual Help Desk;url=publicap/product4.html;"); aI("text=Easy Flip E-Catalog;url=publicap/digital-catalogue.html;"); } drawMenus();