_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=50 // Follow scrolling Rate _subOffsetTop=5 // Sub menu top offset _subOffsetLeft=-10 // 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="#333333"; oncolor="#FFFFFF"; offbgcolor="#000000"; offcolor="#FFFFFF"; bordercolor="#CCCCCC"; borderstyle="solid"; borderwidth=0; separatorcolor="#CCCCCC"; separatorsize="1"; padding=5; fontsize="11px"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; pagecolor="black"; pagebgcolor="#FFFFFF"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage="http://www.wgcpas.com/IPLS/images/arrow.gif"; subimagepadding="2"; overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#000000', Direction=135, Strength=0)"; outfilter="randomdissolve(duration=0.0)"; } with(milonic=new menuname("About")){ style=menuStyle; overflow="scroll"; aI("text=Shareholders & Principals;url=http://www.wgcpas.com/about_shareholders_jf.html;"); aI("text=Senior Managers & Managers;url=http://www.wgcpas.com/about_staff_sk.html;"); } /*with(milonic=new menuname("Services")){ style=menuStyle; aI("text=Wilkin & Guttenplan, CPAs;url=services_cpa.html;showmenu=Services_1;"); aI("text=W&G Consulting, LLC;url=services_consult.html;showmenu=Services_2;"); }*/ with(milonic=new menuname("Services")){ style=menuStyle; aI("text=Closely-Held Businesses;url=http://www.wgcpas.com/services_closely.html"); aI("text=Community Associations;url=http://www.wgcpas.com/services_comm.html"); aI("text=Employee Benefit Plan Audits;url=http://www.wgcpas.com/services/benefits.html"); aI("text=Financial Services;url=http://www.wgcpas.com/services_financial.html"); aI("text=International Commerce;url=http://www.wgcpas.com/services_inter.html"); aI("text=Litigation Support;url=http://www.wgcpas.com/services_litigation.html"); aI("text=Not-for-Profit Organizations;url=http://www.wgcpas.com/services_not4profit.html"); aI("text=Professional Practices;url=http://www.wgcpas.com/services_professional.html"); aI("text=Real Estate;url=http://www.wgcpas.com/services_real.html"); aI("text=Sports & Entertainment;url=http://www.wgcpas.com/services_sports.html"); aI("text=Tax, Estate and Trust;url=http://www.wgcpas.com/services_tax.html"); } with(milonic=new menuname("Careers")){ style=menuStyle; aI("text=Our Structure;url=http://www.wgcpas.com/about_structure.html;"); aI("text=Internship Programs;url=http://www.wgcpas.com/career_intern.html;"); aI("text=From Intern to Partner;url=http://www.wgcpas.com/careers/interntopartner.html;"); aI("text=Top 10 Reasons to be Here;url=http://www.wgcpas.com/careers_reasons.html;"); aI("text=Training;url=http://www.wgcpas.com/careers/training.html;"); aI("text=Mentoring Program;url=http://www.wgcpas.com/careers_mentoring.html;"); aI("text=What We Have to Say;url=http://www.wgcpas.com/careers_test.html;"); aI("text=Are you ready for your interview?;url=http://www.wgcpas.com/quizzes/launcher.html;"); } drawMenus();