_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 //10 // Sub menu top offset _subOffsetLeft=0 //-10 // Sub menu left offset with(menuStyle=new mm_style()){ //onbgcolor="#ffffff"; //onbgcolor="#000000"; //oncolor="#ffffff"; offcolor="#000000"; offbgcolor="#ffffff"; bordercolor="#798521"; borderstyle="thin"; fontweight="bold"; borderwidth=1; //separatorcolor="#798521"; separatorsize="1" padding=4; fontsize="10"; //fontstyle="bold"; fontfamily="Arial, Tahoma, Arial"; //pagecolor="#FFFFFF"; //pagebgcolor="#989494"; headercolor="#000000"; //headerbgcolor="#ffffff"; //subimage="arrow.gif"; subimagepadding="1"; align='left'; overfilter="fade(Duration=0.2);Alpha(opacity=90);scroll;Shadow(color='#FFFFFF', Direction=135, Strength=1)"; outfilter="fade(Duration=0.2)"; } with(menuStyleMain=new mm_style()){ //onbgcolor="#ffffff"; oncolor="#ffffff"; //offbgcolor="#ffffff"; offcolor="#ffffff"; bordercolor="#83855D"; borderstyle="none"; borderwidth=1; //separatorcolor="#FFFFFF"; //separatorsize="1" padding=1; fontsize=12; fontstyle="normal"; fontweight="bold"; fontfamily="Arial, Tahoma, Arial"; //pagecolor="#CC6633"; //pagebgcolor="#C8C8BE"; //subimage="arrow.gif"; subimagepadding="1"; //overfilter="GradientWipe(Duration=0.3, Direction='180');Shadow(color='#777777', Direction=135, Strength=0)"; outfilter="GradientWipe(Duration=0.3)"; } with(milonic=new menuname("Main Menu")){ style=menuStyleMain; alwaysvisible=1; orientation="horizontal"; screenposition="center"; position="relative"; //top=145; //left=0; //menuheight=54; //alert(screen.width); align="center"; padding="5"; itemheight="1"; aI("text=  Home  ;url=/;"); aI("padding=2;image=/images/slash.gif;itemwidth=1; fff"); aI("text=  About Us  ;url=/aboutUs;showmenu=IMenu1183;"); aI("padding=2;image=/images/slash.gif;itemwidth=1; fff"); aI("text=  FAQ  ;url=/faq;"); aI("padding=2;image=/images/slash.gif;itemwidth=1; fff"); aI("text=  Alpha Store  ;url=/storeMain;showmenu=IMenu1199;"); } with(milonic=new menuname("IMenu1224")){ style=menuStyle; openstyle="ltr"; itemwidth="120"; } with(milonic=new menuname("IMenu1182")){ style=menuStyle; openstyle="ltr"; itemwidth="120"; } with(milonic=new menuname("IMenu1183")){ style=menuStyle; openstyle="ltr"; itemwidth="120"; aI("text=wholesale;url=/wholesale;dir=ltr;"); } with(milonic=new menuname("IMenu1198")){ style=menuStyle; openstyle="ltr"; itemwidth="120"; } with(milonic=new menuname("IMenu1199")){ style=menuStyle; openstyle="ltr"; itemwidth="120"; aI("text=Shopping Cart;url=/cartMain;dir=ltr;"); } drawMenus();