_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=15 // Sub menu top offset _subOffsetLeft=-10 // Sub menu left offset with(menuStyle=new mm_style()){ onbgcolor="#FFFFFF"; oncolor="000000"; offbgcolor="#999999"; offcolor="FFFFFF"; bordercolor="#FFFFFF"; borderstyle="solid"; borderwidth=1; separatorcolor="#FFFFFF"; separatorsize="1"; padding=5; fontsize="60%"; fontstyle="normal"; fontweight="bold"; fontfamily="Verdana, Arial, Tahoma"; pagecolor="#FFFFFF"; pagebgcolor="#999999"; headercolor="#FFFFFF"; headerbgcolor="#999999"; subimage=""; subimagepadding="0"; overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#FAF5E8', Direction=0, Strength=0)"; outfilter="randomdissolve(duration=0.3)"; } with(milonic=new menuname("Shortcut")){ style=menuStyle; top=82; left=122; overflow="scroll"; aI("text=Online Banking;url=https://www.cey-ebanking.com/clkpcb/053208011;"); aI("text=Cash Management;url=https://server174.cey-ebanking.com/CLKCCM/053208011/default1.asp;"); aI("text=Reorder Checks;clickfunction=GetMessage();url=javascript:popup2_win();"); aI("text=E-Mail Signup;url=emailsignup.asp;"); aI("text=eVue;url=https://evue.intercept.net/greenvillefirst;"); aI("text=Personal Financial Statement;url=/forms/newgfpfs.pdf;"); } drawMenus();