_menuCloseDelay=1000;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50;            // The time delay before menus open on mouse over
_followSpeed=5;                // Follow scrolling speed
_followRate=50;                // Follow scrolling Rate
_subOffsetTop=4;              // 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

_CFix=true;

with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#990000";
offbgcolor="";
offcolor="#000000";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A5BCCC";
separatorsize=0;
padding=4;
fontsize="11px"; 
fontstyle="normal";
fontweight="bold";
fontfamily="tahoma, arial, helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=0;
overfilter="";
outfilter="";
}

with(menuStyle2=new mm_style()){
onbgcolor="#666666";
oncolor="#FFFFFF";
offbgcolor="#000000";
offcolor="#FFFFFF";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize=1;
padding=5;
fontsize="11px"; 
fontstyle="normal";
fontfamily="tahoma, arial, helvetica, sans-serif";
overfilter="gradientwipe(duration=.5);Alpha(opacity=75);";
outfilter="fade(duration=0.3)";
}	

with(menuStyle3=new mm_style()){
onbgcolor="";
oncolor="#000000";
offbgcolor="";
offcolor="#990000";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A5BCCC";
separatorsize=0;
padding=4;
fontsize="11px"; 
fontstyle="normal";
fontweight="bold";
fontfamily="tahoma, arial, helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=0;
overfilter="";
outfilter="";
}

with(milonic=new menuname("becomefcpa")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=130; 
aI("text=Basic Requirements;url=basic_requirements.html");
aI("text=The Study Guide;url=study_guide.html");
aI("text=Certification Testing;url=certification_testing.html");
aI("text=Membership and Dues;url=membership_dues.html");
aI("text=Membership Application;url=membership_application.html");
}

with(milonic=new menuname("fcpatesting")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=150; 
aI("text=FCPA Certification Test;url=fcpa_certification_test.html");
aI("text=Study Guide;url=testing_study_guide.html");
}

with(milonic=new menuname("cpecourses")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=150; 
aI("text=CPE Information ;url=cpe_information.html");
aI("text=FAQ's;url=cpe_faq.html");
aI("text=CPE Courses and Pricing;url=cpe_courses.html");
aI("text=State Eligibility;url=state_eligibility.html");
aI("text=Testing Options;url=testing_options.html");
aI("text=CPE Courses - Online Testing;url=online_testing.html");
aI("text=CPE Reporting Form;url=cpe_reporting_form.html");
aI("text=FCPA CPE Requirements;url=fcpa_cpe_requirements.html");
}

drawMenus();

