


_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="#E7E7E7";
oncolor="#B02B02";
offbgcolor="#FFFFFF";
offcolor="#CD3301";
bordercolor="#B3B3B3";
borderstyle="solid";
borderwidth=1;
separatorcolor="#B3B3B3";
separatorsize="1";
padding=5;
fontsize="9px";
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="B02B02";
pagebgcolor="#E7E7E7";
headercolor="#CD3301";
headerbgcolor="#FFFFFF";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#F6F6F6', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("mainmenu")){ 
style=menuStyle; 
alwaysvisible=1; 
left=65; 
top=10;  
followscroll="1";
orientation="horizontal";
aI("text=Home;url=index.htm;");
aI("text=Our Partners;url=partners.htm;");
aI("text=Services;showmenu=Services;url=services.htm;");
aI("text=Loan Programs;showmenu=Loan Programs;url=loans.htm;");
aI("text=Useful Information;showmenu=Useful Information;");
aI("text=Upcoming Events;url=events.htm;");
aI("text=Downloads;url=downloads.htm;");
aI("text=Contact Us;url=contactus.htm;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=Marketing;url=services.htm#marketing;");
aI("text=Accounting;url=services.htm#accounting;");
aI("text=Legal;url=services.htm#legal;");
aI("text=Management;url=services.htm#management;");
aI("text=W/MBE Outreach;url=services.htm#outreach;");
aI("text=Contract Opportunities;url=services.htm#contractop;");
aI("text=Joint Ventures;url=services.htm#ventures;");
aI("text=Consulting;url=services.htm#consulting;");
aI("text=Procurement;url=services.htm#procurement;");
aI("text=Business Referrals;url=services.htm#referrals;");
aI("text=Networking;url=services.htm#networking;");
aI("text=Business Education;url=services.htm#education;");
}

with(milonic=new menuname("Loan Programs")){
style=menuStyle;
aI("text=Guaranteed;url=loans.htm#guaranteed;");
aI("text=Direct;url=loans.htm#direct;");
aI("text=Micro;url=loans.htm#micro;");
aI("text=Enterprise;url=loans.htm#enterprise;");
aI("text=Pre-Qualification;url=loans.htm#pre_qualification;");
}

with(milonic=new menuname("Useful Information")){
style=menuStyle;
aI("text=Articles;url=articles.htm;");
aI("text=Websites;url=sites.htm;");
}


drawMenus();

