_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(infoTopStyle=new mm_style()){ onbgcolor="#FFFFFF"; oncolor="#996633"; offbgcolor="transparent"; offcolor="#996633"; bordercolor="transparent"; borderstyle="solid"; borderwidth=0; onbordercolor="#CCCCCC;"; separatorsize="0"; padding=5; fontsize="10pt"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; image="images/menu/infobullet.png"; imagepadding="4"; rawcss="white-space: nowrap"; valign="middle"; //overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"; //outfilter="randomdissolve(duration=0.3)"; } with(infoSubStyle=new mm_style()){ onbgcolor="#CCCCCC"; oncolor="#000000"; offbgcolor="#CCCCCC"; ondecoration="underline"; offcolor="#000000"; bordercolor="#CCCCCC"; borderstyle="solid"; borderwidth="2"; separatorsize="0"; padding=5; fontsize="8pt"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; pagecolor="#000000"; pagebgcolor="#EEEEEE"; headercolor="#000000"; headerbgcolor="#FFFFFF"; image="images/menu/bullet.png"; imagepadding="4"; subimagepadding="2"; overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"; } with(milonic=new menuname("Get More Info")){ style=infoTopStyle; //top=10; // left=10; alwaysvisible=1; orientation="horizontal"; itemwidth="100px"; itemheight="28px"; aI("text=DVD Videos;url=product.phtml?department_id=1;"); aI("text=Audio CDs & Document CDs;url=product.phtml?department_id=2;"); } drawMenus();