


_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=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="#999999";
oncolor="#092D69";
offbgcolor="#870C2D";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="10px";
fontweight="bold";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#002656";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrowdn.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;
screenposition="center"
top=76;
left=0;
menuwidth="100%";
menualign="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=CURRICULUM;showmenu=curriculum;");
aI("text=ABOUT THE LAPC;showmenu=about;");
//aI("text=GER FORUM;url=forum.htm;");
//aI("text=SURVEY;url=survey.htm;");
aI("text=LINKS;url=links.htm;");
//aI("text=MODELS;showmenu=models;");
//aI("text=PROPOSALS;url=GEPCproposals.htm;");
aI("text=COURSE RESOURCES;showmenu=resources;");
}

with(milonic=new menuname("about")){
style=menuStyle;
overflow="scroll";
aI("text=About the LAPC;url=about_lapc.htm;");
aI("text=LAPC Minutes;url=minutes.htm;");
aI("text=ICE Working Groups;url=ICEgroups.htm;");
}

with(milonic=new menuname("models")){
style=menuStyle;
overflow="scroll";
aI("text=Model Description;url=PlanningGEPC.pdf;target=_blank");
aI("text=Graphical View;url=graphicalmodels.pdf;target=_blank");
aI("text=Models FAQ;url=faq.pdf;target=_blank");
}

with(milonic=new menuname("curriculum")){
style=menuStyle;
overflow="scroll";
//aI("text=LAC At-a-Glance;url=LACCGlance.htm;");
aI("text=Liberal Arts Core Curriculum (LAC);url=LACC2006.htm;");
aI("text=LAC Courses;url=LACCclasslist.htm;");
aI("text=Course Submission;url=courseinfo.htm;");
aI("text=Course Substitution;url=coursesubstitute.htm;");
aI("text=LAC Forms;url=LACforms.htm;");
aI("text=Policies;url=feedback.htm;");
aI("text=General Education Program;url=GER.htm;");
}

with(milonic=new menuname("resources")){
style=menuStyle;
overflow="scroll";
aI("text=First Year Liberal Arts Colloquia (LAQ);url=http://firstyear.easternct.edu/index.htm;target=_blank");
aI("text=Liberal Arts Colloquia;url=http://firstyear.easternct.edu/colloquia_program.htm;target=_blank");
aI("text=LAQ Proposal Form;url=LAQProposalApp11706.htm;");
}

drawMenus();
