

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#000066";
oncolor="#FFFFFF";
offbgcolor="#ffffff";
offcolor="#000066";
bordercolor="#000066";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000066";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#CCCCFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=125;
screenposition="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.htm;status=Back To Home Page;");
aI("text=Classroom Based Research;showmenu=classroomresearch;");
aI("text=Institutional Research;showmenu=institutionalresearch;");
aI("text=Program Related Research;showmenu=programresearch;");
aI("text=Research Links;showmenu=researchlinks;");
aI("text=Research Documents;showmenu=researchdocs;");
}

with(milonic=new menuname("classroomresearch")){
style=menuStyle;
overflow="scroll";
aI("text=What is classroom-based research?;url=classroombasedresearch.htm;");
aI("text=How do I conduct classroom based research?;url=classroombasedresearchhowto.htm;");
aI("text=How can the Research Office help me?;showmenu=researchofficeresources;");
aI("text=Conducting Reserch at ARC;url=ResearchRequests.htm;");
}

with(milonic=new menuname("institutionalresearch")){
style=menuStyle;
aI("text=Accreditation;showmenu=accreditation;");
aI("text=Course Sections and Average Enrollments;url=coursesectionsandenrollments.htm;");
aI("text=Institutional Effectiveness;url=documents/Inst_eff1.PDF;target=_blank");
aI("text=Key Effectiveness Indicators;url=documents/KEI_F2008.PDF;target=_blank");
aI("text=Research Office Resources;showmenu=researchofficeresources;");
}

with(milonic=new menuname("researchlinks")){
style=menuStyle;
aI("text=LRCCD Research Office;url=http://irweb.losrios.edu/;target=_blank");
aI("text=Cosumnes River College Research Office;url=http://research.crc.losrios.edu/program_review.htm;target=_blank");
aI("text=Folsom Lake College Research Office;url=http://irweb.losrios.edu/FLC/flc-res.htm;target=_blank");
aI("text=Sacramento City College Research Office;url=http://scc-sql-rsearch.scc.losrios.edu/factbook/ppframe.htm;target=_blank");
}
with(milonic=new menuname("programreview")){
style=menuStyle;
aI("text=Program Review Home;url=program_review.htm;")
aI("text=Download the Program Review Template;url=program_review.htm;");
aI("text=Program Review Schedule;url=program_review_cycle.htm;");
aI("text=Administrative Services;url=programreviewas.htm;");
aI("text=Instructional Services;url=programreviewis.htm;");
aI("text=President's Services;url=programreviewps.htm;");
aI("text=Student Services;url=programreviewss.htm;");
}

with(milonic=new menuname("programresearch")){
style=menuStyle;
aI("text=Educational Master Plan;url=emp.htm;");
aI("text=Departmental Accomplishments;url=goalsandobjectives.htm;");
aI("text=Departmental Goals and Objectives;url=http://emp.arc.losrios.edu/");
aI("text=Program Review;showmenu=programreview;");
}

with(milonic=new menuname("accreditation")){
style=menuStyle;
aI("text=Institutional Self-Study (2002);url=documents/2002accreditationreport.PDF;target=_blank");
}

with(milonic=new menuname("researchofficeresources")){
style=menuStyle;
aI("text=Accessing district and college data;url=researchofficedata.htm;");
aI("text=Help developing custom surveys;url=researchsurveys.htm;");
aI("text=Research Office Staff;url=researchstaff.htm;");
}

with(milonic=new menuname("researchdocs")){
style=menuStyle;
overflow="scroll";
aI("text=Current Research Documents;url=ResearchDocs.htm;");
aI("text=Previous Year's Research Documents;url=classroombasedresearchhowto.htm;");
aI("text=White Papers;showmenu=whitepapers.html;");
}


drawMenus();

