


_menuCloseDelay=0         // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=1              // Sub menu top offset
_subOffsetLeft=0           // 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()){
}

with(menuStyleSub1=new mm_style()){
onbgcolor="#666666";
oncolor="#FFFFFF";
offbgcolor="#000000";
offcolor="#FFFFFF";
separatorcolor="#FFFFFF";
separatorsize="0";
padding=5;
fontsize="11px";
fontstyle="bold";
fontfamily="Arial, Helvetica, sans-serif";
subimage="images/arrowmenu.gif";
subimagepadding="5";
overfilter="Inset(duration=0.2);Alpha(opacity=75);Shadow(color='#000000', Direction=135, Strength=0)";
outfilter="Fade(duration=0);"
keepalive=0;
}

with(milonic=new menuname("Sub1About")){
style=menuStyleSub1;
aI("text=COMPANY INFORMATION;url=AboutUs.html;");
aI("text=MANAGEMENT TEAM;url=ManagementTeam.html;");
//aI("text=FAQ;url=FAQ.html;");
}

with(milonic=new menuname("Sub1Products")){
style=menuStyleSub1;
aI("text=MANAGER COMPLIANCE;url=ProductsMC.html;");
aI("text=BASIC AUDIT;url=ProductsBA.html;");
aI("text=INDEPENDENT VALUATION;url=ProductsIv.html;");
aI("text=INCOME RELATED TESTING;url=ProductsIRT.html;");
aI("text=INTERNAL CONTROL TESTING;url=ProductsICT.html;");
aI("text=DISCLOSURE RELATED;url=ProductsDR.html;");
aI("text=IMPAIRMENT TESTING;url=ProductsIT.html;");
aI("text=BINOMIAL OPTION PRICING;url=ProductsBOP.html;");
aI("text=CONSULTATIVE SERVICES;url=ProductsCS.html;");
aI("text=OTHER;url=ProductsO.html;");
aI("text=ALL REPORTS/SERVICES;url=ProductsAll.html;");
}

with(milonic=new menuname("Sub1Industries")){
style=menuStyleSub1;
aI("text=FINANCIAL INSTITUTIONS;url=IndustriesFinancialInst.html;");
aI("text=BENEFIT PLANS;url=IndustriesBenefitPlans.html;");
aI("text=NOT-FOR-PROFITS;url=IndustriesNonProfit.html;");
aI("text=GOVERNMENTS;url=IndustriesGov.html;");
aI("text=CORPORATIONS;url=IndustriesCorp.html;");
aI("text=INTERNAL AUDIT/BOARD OF DIRECTORS;url=IndustriesInternAudit.html;");
aI("text=MUTUAL FUNDS, HEDGE FUNDS, OTHER FUNDS;url=IndustriesMutualFunds.html;");
}

drawMenus();

