


_menuCloseDelay=500           // 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=40                // Follow scrolling Rate
_subOffsetTop=10              // 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="#4385C3";
oncolor="#ffffff";
offbgcolor="#4385C3";
offcolor="#ffffff";
bordercolor="#8080B6";
borderstyle="solid";
borderwidth=0;
separatorcolor="#666696";
separatorsize="0";
padding=2;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.capefearvalley.com/menu/separator3.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#77A8D5";
oncolor="#ffffff";
offbgcolor="#4385C3";
offcolor="#ffffff";
bordercolor="#054C69";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=3;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.capefearvalley.com/menu/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=2)";
outfilter="Fade(duration=0.1);Alpha(opacity=90)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=40;
left=80;
alwaysvisible=1;
orientation="horizontal";
aI("text=<b>Activities</b>;showmenu=Activities;url=http://www.capefearvalley.com/cme/calendar/activity listing.htm;");
aI("text=<b>Online Registration</b>;showmenu=x;url=http://www.capefearvalley.com/cme/online_registration.htm;");
aI("text=<b>Forms</b>;showmenu=Forms;url=http://www.capefearvalley.com/cme/forms/index.htm;");
aI("text=<b>Mission Statement</b>;showmenu=x;url=http://www.capefearvalley.com/cme/mission_statement.htm;");
aI("text=<b>CME Rule</b>;url=http://www.capefearvalley.com/cme/cme_rule.htm;");
}

with(milonic=new menuname("Activities")){
style=menuStyle2;
top=64;
aI("text=<b>Activity Calendar</b>;url=http://www.capefearvalley.com/cme/calendar/activity listing.htm;");
aI("text=<b>Activity Information</b>;url=http://www.capefearvalley.com/cme/activity descriptions/activities.htm;");
}

with(milonic=new menuname("Calendar")){
style=menuStyle2;
top=64;
aI("text=<b>View Calendar;url=http://www.capefearvalley.com/cme/cme_rule.htm;");
}

with(milonic=new menuname("Registration")){
style=menuStyle2;
top=64;
aI("text=<b>Online Registration Form;url=http://www.capefearvalley.com/cme/registration.htm;");
}


with(milonic=new menuname("Forms")){
style=menuStyle2;
top=64;
overflow="scroll";
aI("text=<b>Commercial Support Agreement;url=http://www.capefearvalley.com/cme/forms/Comm-sup-agreement.doc;");
aI("text=<b>Faculty Disclosure;url=http://www.capefearvalley.com/cme/forms/faculty_disclosure.htm;");
aI("text=<b>W9 Form;url=http://www.capefearvalley.com/cme/forms/fw90103.pdf;");
}


with(milonic=new menuname("My Milonic")){
style=menuStyle;
margin=20;
aI("text=Login;url=http://www.milonic.com/login.php;");
aI("text=Licenses;url=http://www.milonic.com/mylicenses.php;");
aI("text=Invoices;url=http://www.milonic.com/myinvoices.php;");
aI("text=Make Support Request;url=http://www.milonic.com/reqsupport.php;");
aI("text=View Support Requests;url=http://www.milonic.com/mysupport.php;");
aI("text=Your Details;url=http://www.milonic.com/mydetails.php;");
}

drawMenus();

