fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_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=50                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20  




with(menuStyle=new mm_style()){
onbgcolor="#670001";
oncolor="#ffffff";
offbgcolor="#990000";
offcolor="#ffffff";
separatorheight=3;
separatorcolor="#990000";
padding=4;
fontsize="12";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma,";
align="left";
followscroll="1";
subimage="http://www.sa.utah.edu/lep/images/arrow2.gif";
subimagepadding="2";
menuwidth="203";
}


with(menuStyle1=new mm_style()){
onbgcolor="#ae0000";
oncolor="#99000";
offbgcolor="#ae000";
offcolor="#cc0000";
offborder="1px solid #ffffff"; 
onborder="1px solid #000000";
padding=2;
fontsize="12";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma,";
subimage="http://www.sa.utah.edu/lep/images/arrow.gif";
subimagepadding="1";
menuwidth="203";
}

with(menuStyle2=new mm_style()){
zindex=2
onbgcolor="#ae0000";
oncolor="#ffffff";
offbgcolor="#eeeeee";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
padding=2;
fontsize="12";
fontstyle="normal";
fontfamily="Arial";
align="left";
subimage="http://www.sa.utah.edu/lep/images/arrow.gif";
subimagepadding="1";
}


with(menuStyle3=new mm_style()){
onbgcolor="#ffffff";
oncolor="#cc0000";
offbgcolor="#ffffff";
offcolor="#000000";
offborder="1px solid #ffffff"; 
onborder="1px solid #000000";
padding=2;
fontsize="12";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma,";
subimage="http://www.sa.utah.edu/lep/images/arrow.gif";
subimagepadding="1";
}


with(milonic=new menuname("strategies")){
style=menuStyle2;
aI("text=About SCS;url=http://www.sa.utah.edu/lep/scs/index.htm;");
aI("text=Class Availability;url=http://www.sa.utah.edu/lep/scs/Class.htm;");
aI("text=Teaching Staff;url=http://www.sa.utah.edu/lep/scs/staff.htm;");
aI("text=Class Syllabus;url=http://www.sa.utah.edu/lep/scs/syllabus.htm;");
}

with(milonic=new menuname("SI")){
style=menuStyle2;

aI("text=About SI;url=http://www.sa.utah.edu/lep/si/index.htm;");
aI("text=Available Classes;url=http://www.sa.utah.edu/lep/si/classes.htm;");
aI("text=Schedule;url=http://www.sa.utah.edu/lep/si/schedule.htm;");
aI("text=SI Supervisors & Leaders;url=http://www.sa.utah.edu/lep/si/staff.htm;");
aI("text=Apply to be an SI Leader or Supervisor;url=http://www.sa.utah.edu/lep/si/applications.htm;");
aI("text=SI Positions;url=http://www.sa.utah.edu/lep/si/positions.htm;");
aI("text=SI Supervisors & Leaders Training;url=http://www.sa.utah.edu/lep/si/training.htm;");
}


drawMenus();