fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=1;
_subOffsetLeft=-1;
buildAfterLoad=true;

with(menuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Verdana, Tahoma";
fontsize="100%";
fontweight="bold";
fontstyle="normal";
itemwidth=252;
offbgcolor="#DCE9F0";
offcolor="#5B7FAD";
onbgcolor="#4F8EB6";
menuheight=303;
overbgimage='/images/nav/leftnav-on.jpg';
bgimage='/images/nav/leftnav-off.jpg';
oncolor="#ffffff";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="white";
separatorcolor="#FFFFFF";
separatorsize=3;
subimagepadding=2;
onclass="ti";
offclass="ti";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
overflow="scroll";
style=menuStyle;
aI("showmenu=theprogram;text=The Program;");
aI("showmenu=prospective;text=Prospective Fellows;");
aI("text=Current Fellows;showmenu=currentfellows;");
aI("showmenu=calendar;text=Calendar;");
//aI("text=Licensure Directory;url="+menuRoot+"/licensuredirectory;");
aI("text=Campuses;url="+menuRoot+"/theprogram/campuses.cfm;");
aI("text=Alumni;url="+menuRoot+"/alumni/;");
aI("pageimage=/images/nav/leftnav-on-bigw.jpg;image=/images/nav/leftnav-off-big.jpg;overimage=/images/nav/leftnav-on-big-over.jpg;url="+menuRoot+"/graduate;");
}


with(milonic=new menuname("theprogram")){
style=menuStyle;
aI("text=History;url="+menuRoot+"/theprogram/history.cfm;");
aI("text=Policy Manual;url="+menuRoot+"/theprogram/PolicyManual.cfm;");
aI("text=Program Goals;url="+menuRoot+"/theprogram/programgoals.cfm;");
aI("text=Program Staff;url="+menuRoot+"/theprogram/programstaff.cfm;");
aI("text=Commission;url="+menuRoot+"/theprogram/commission.cfm;");
aI("text=Campus Directors;url="+menuRoot+"/theprogram/campusdirectors.cfm;");
aI("text=Campuses;url="+menuRoot+"/theprogram/campuses.cfm;");
}

with(milonic=new menuname("prospective")){
style=menuStyle;
aI("text=Program Information;url="+menuRoot+"/theprogram;");
aI("text=Application Process;url="+menuRoot+"/prospectivestudents;");
aI("text=Important Dates;url="+menuRoot+"/calendar/KeyDates.cfm;");
aI("text=FAQ;url="+menuRoot+"/prospectivestudents/faq.cfm;");
}

with(milonic=new menuname("currentfellows")){
style=menuStyle;
aI("text=Enrichment Programs;showmenu=enrichment;");
aI("text=Important Dates;url="+menuRoot+"/calendar/UpcomingEvents.cfm;");
}

with(milonic=new menuname("calendar")){
style=menuStyle;
aI("text=Calendar View;url="+menuRoot+"/calendar/;");
aI("text=List View;url="+menuRoot+"/calendar/list.cfm;");
}

with(milonic=new menuname("enrichment")){
style=menuStyle;
aI("text=Enrichment Overview;url="+menuRoot+"/enrichment/;");
aI("text=Discovery Trip;url="+menuRoot+"/enrichment/discovery;");
aI("text=Junior Enrichment;url="+menuRoot+"/enrichment/jenrich");
aI("text=Junior Conference;url="+menuRoot+"/enrichment/jconf;");
aI("text=Senior Orientation Week;url="+menuRoot+"/enrichment/senioro");
aI("text=Senior Conference;url="+menuRoot+"/enrichment/seniorconf;");
}

drawMenus();