


_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=95;
left=0;
menuwidth="100%";
menualign="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=HOME;url=index.htm;title=University Senate Home Page Link;");
aI("text=Committees;showmenu=committees;title=Committees Link;");
aI("text=Current Minutes;url=current_minutes.htm;title=Minutes for Current Academic Year Link;");
aI("text=Past Minutes;showmenu=past;title=alt tag goes here Link;");
aI("text=Senate Bills;showmenu=bills;title=Senate Bills;");
aI("text=Senate Bylaws;url=bylaws.htm;title=Senate Bylaws Link;");
aI("text=Committee Documents;showmenu=other;title=Committee Documents Link;");
}

with(milonic=new menuname("committees")){
style=menuStyle;
overflow="scroll";
aI("text=Executive Committee;url=excommittee.htm;title=Executive Committee Link;");
aI("text=Standing Committees;url=standcommittee.htm;title=Standing Committees Link;");
aI("text=Elected At Large;url=electedatlarge.htm;title=Elected At Large Link;");
}

with(milonic=new menuname("04-05")){
style=menuStyle;
overflow="scroll";
aI("text=Fall 2005;url=fall.htm;title=Fall 2005 Minutes Link;");
aI("text=Spring 2006;url=spring.htm;title=Spring 2006 Minutes Link;");
}

with(milonic=new menuname("past")){
style=menuStyle;
overflow="scroll";
aI("text=2008-2009;url=archive0809.htm;title=2008-2009 Link;");
aI("text=2007-2008;url=archive0708.htm;title=2007-2008 Link;");
aI("text=2006-2007;url=archive0607.htm;title=2006-2007 Link;");
aI("text=2005-2006;url=archive0506.htm;title=2005-2006 Link;");
aI("text=2004-2005;url=archive0405.htm;title=2005 Link;");
aI("text=2003-2004;url=documents/senate-min-2004.pdf;title=2004 Link;");
aI("text=2002-2003;url=documents/senate-min-2003.pdf;title=2003 Link;");
aI("text=2001-2002;url=documents/senate-min-2002.pdf;title=2002 Link;");
aI("text=2000-2001;url=documents/senate-min-2001.pdf;title=2001 Link;");
aI("text=1999-2000;url=documents/senate-min-2000.pdf;title=2000 Link;");
aI("text=1998-1999;url=documents/senate-min-1999.pdf;title=1999 Link;");
}

with(milonic=new menuname("other")){
style=menuStyle;
overflow="scroll";
aI("text=Academic Program Review Committee;url=aprc.htm;title=Academic Program Review Committee Link;");
aI("text=Curriculum Committee;url=univcurr.htm;title=University Curriculum Committee Link;");
aI("text=Faculty Development Committee;url=http://www.easternct.edu/facultydevelopment/;title=University Faculty Development Committee Link;target=_blank");
aI("text=Liberal Arts Program Committee;url=genedu.htm;title=General Education Committee page;");
aI("text=Promotion & Tenure Committee;showmenu=promotion;title=Promotion & Tenure Committee Link;");
}


with(milonic=new menuname("bills")){
style=menuStyle;
overflow="scroll";
aI("text=2009-2010;url=0910bills.htm;title=2009-2010 Senate Bills;");
aI("text=2008-2009;url=0809bills.htm;title=2008-2009 Senate Bills;");
aI("text=2007-2008;url=0708bills.htm;title=2007-2008 Senate Bills;");
aI("text=2006-2007;url=0607bills.htm;title=2006-2007 Senate Bills;");
aI("text=2005-2006;url=0506bills.htm;title=2005-2006 Senate Bills;");
//aI("text=Year 2004;url=documents/senate-min-2004.pdf;title=2004 Link;");
//aI("text=Year 2003;url=documents/senate-min-2003.pdf;title=2003 Link;");
//aI("text=Year 2002;url=documents/senate-min-2002.pdf;title=2002 Link;");
//aI("text=Year 2001;url=documents/senate-min-2001.pdf;title=2001 Link;");
//aI("text=Year 2000;url=documents/senate-min-2000.pdf;title=2000 Link;");
//aI("text=Year 1999;url=documents/senate-min-1999.pdf;title=1999 Link;");
}

with(milonic=new menuname("genEdu")){
style=menuStyle;
overflow="scroll";
aI("text=Bill before the Senate, Fall 2003;url=Bill-Fall-2003.htm;title=Bill before the Senate, Fall 2003 Link;");
aI("text=Proposal before the Senate, Fall 2003;url=Proposal-Fall-2003.htm;title=Proposal before the Senate, Fall 2003 Link;");
aI("text=New GER Proposal;url=gerproposal.htm;title=New GER Proposal Link;");
}

with(milonic=new menuname("promotion")){
style=menuStyle;
overflow="scroll";
aI("text=Bill Clarifying the Criterion<BR>& Procedures for Renewal, Tenure;url=bill-clarifying.htm;title=Bill Clarifying the Criterion & Procedures for Renewal Link;");
aI("text=Operating Procedures for the<BR>P&T Committee;url=operating-procedures.htm;title=Operating Procedures for the P&T Committee Link;");
}


drawMenus();