fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=1000;
_menuOpenDelay=150;
_subOffsetTop = 2;
_subOffsetLeft = -2;

with(menuStyle=new mm_style()){
bordercolor="#99CCFF";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000099";
offcolor="#FFFF00";
onbgcolor="#FFFF00";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Alpha(opacity=90);Shadow(color=#666666', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#000099";
pageborder="2px solid #FFFF00";
pagecolor="#FFFF00";
separatorcolor="#99CCFF";
separatorsize=1;
subimagepadding=2;
imagepadding=2;
}

with(milonic=new menuname("Homework")){
orientation="vertical";
style=menuStyle;
aI("status=Homework Quarter 1;text=Quarter 1;url=/mrlee/hw.php?quarter=Q1;");
aI("status=Homework Quarter 2;text=Quarter 2;url=/mrlee/hw.php?quarter=Q2;");
aI("status=Homework Quarter 3;text=Quarter 3;url=/mrlee/hw.php?quarter=Q3;");
aI("status=Homework Quarter 4;text=Quarter 4;url=/mrlee/hw.php?quarter=Q4;");
}

with(milonic=new menuname("Gradebook")){
orientation="vertical";
style=menuStyle;
aI("status=Religion;text=Religion;url=/mrlee/displaygrades.php?class=religion;image=images/asterisk.gif;");
aI("status=Math 8;text=Math 8;url=/mrlee/displaygrades.php?class=math8;image=images/asterisk.gif;");
aI("status=Math 6;text=Math 6;url=/mrlee/displaygrades.php?class=math6;image=images/asterisk.gif;");
aI("status=Math 7;text=Math 7;url=/mrlee/displaygrades.php?class=math7;image=images/asterisk.gif;");
}
