_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=150 // The time delay before menus open on mouse over _followSpeed=5 // Follow scrolling speed _followRate=40 // Follow scrolling Rate _subOffsetTop=10 // Sub menu top offset _subOffsetLeft=-1 // Sub menu left offset _scrollAmount=3 // Only needed for Netscape 4.x _scrollDelay=20 // Only needed for Netcsape 4.x with(menuStyle=new mm_style()){ onbgcolor="#FFDB70"; oncolor="#ffffff"; offbgcolor="#FF9600"; offcolor="#ffffff"; bordercolor="#9B5F00"; borderstyle="solid"; borderwidth=1; separatorcolor="#9B5F00"; separatorsize="1"; padding=2; fontsize="10px"; fontstyle="normal"; fontfamily="Arial, Helvetica, sans-serif"; pagecolor="#ffffff"; pagebgcolor="#FF9600"; headercolor="#000000"; headerbgcolor="#ffffff"; subimagepadding="2"; //overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)"; overfilter=""; outfilter=""; itemwidth=150; itemheight=16; align="left"; } with(milonic=new menuname("AboutMenu")){ style=menuStyle; //left=15; //top=1; left=-1000; top=-1000; aI("text=My Annuity Account;url=http://www.retireonline.com/bnat/;"); aI("text=International Brotherhood of Boilermakers;url=http://www.boilermakers.org/;"); aI("text=CIGNA;url=http://cigna.benefitnation.net/cignadol/default.asp?employer=1234987;"); aI("text=Magellan;url=http://www.magellanhealth.com/member/;"); aI("text=Express Scripts;url=http://www.express-scripts.com/;"); aI("text=Delta Dental;url=http://www.deltadentalks.com;"); } with(milonic=new menuname("BenefitsMenu")){ style=menuStyle; //left=12; //top=1; left=-1000; top=-1000; aI("text=My Annuity Account;url=http://www.retireonline.com/bnat/;"); aI("text=International Brotherhood of Boilermakers;url=http://www.boilermakers.org/;"); aI("text=CIGNA;url=http://cigna.benefitnation.net/cignadol/default.asp?employer=1234987;"); aI("text=Magellan;url=http://www.magellanhealth.com/member/;"); aI("text=Express Scripts;url=http://www.express-scripts.com/;"); aI("text=Delta Dental;url=http://www.deltadentalks.com;"); } with(milonic=new menuname("ParticipantsMenu")){ style=menuStyle; left=12; top=1; //left=-1000; //top=-1000; aI("text=Active;url=WorkArea/linkit.aspx?LinkIdentifier=ID&ItemID=144;"); aI("text=Retired;url=WorkArea/linkit.aspx?LinkIdentifier=ID&ItemID=164;"); } with(milonic=new menuname("EmployersMenu")){ style=menuStyle; //left=12; //top=1; left=-1000; top=-1000; aI("text=My Annuity Account;url=http://www.retireonline.com/bnat/;"); aI("text=International Brotherhood of Boilermakers;url=http://www.boilermakers.org/;"); aI("text=CIGNA;url=http://cigna.benefitnation.net/cignadol/default.asp?employer=1234987;"); aI("text=Magellan;url=Magellan;"); aI("text=Express Scripts;url=http://www.express-scripts.com/;"); aI("text=Delta Dental;url=http://www.deltadentalks.com;"); } with(milonic=new menuname("ProvidersMenu")){ style=menuStyle; //left=12; //top=1; left=-1000; top=-1000; aI("text=My Annuity Account;url=http://www.retireonline.com/bnat/;"); aI("text=International Brotherhood of Boilermakers;url=http://www.boilermakers.org/;"); aI("text=CIGNA;url=http://cigna.benefitnation.net/cignadol/default.asp?employer=1234987;"); aI("text=Magellan;url=http://www.magellanhealth.com/member/;"); aI("text=Express Scripts;url=http://www.express-scripts.com/;"); aI("text=Delta Dental;url=http://www.deltadentalks.com;"); } drawMenus();