fixMozillaZIndex = true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay = 500;
_menuOpenDelay = 150;
_subOffsetTop = 2;
_subOffsetLeft = -2;




with (ScrollingSampStyle = new mm_style()) {
    bordercolor = "#666666";
    borderstyle = "solid";
    borderwidth = 1;
    fontfamily = "arial,verdana,helvetica";
    fontsize = "9px";
    fontstyle = "normal";
    fontweight = "normal";
    offbgcolor = "#ffffff";
    offcolor = "#666666";
    onbgcolor = "#ff9933";
    oncolor = "#000000";
    padding = 3;
}

with (milonic = new menuname("About")) {
    overflow = "scroll";
    style = ScrollingSampStyle;
    aI("text=Faculty;url=faculty.html;")
    aI("text=Board;url=board.html;")
    aI("text=Organization;url=organization.html;")
    aI("text=Mission;url=mission.html;")
    aI("text=Administration;url=administration.html;")
    aI("text=Employment;url=employment.html;")
    aI("text=Contact;url=contact.html;")
    aI("text=Giving;url=giving.html;")
    //aI("text=Payments;url=https://id253.securedata.net/simplewebshop/secure_order/csop/order.html;")

}

with (milonic = new menuname("Progressive")) {
    overflow = "scroll";
    style = ScrollingSampStyle;
    aI("text=Art;url=art.html;")
    aI("text=Music;url=music.html;")
    aI("text=Parent Participation;url=parent_partic.html;")
    aI("text=Physical Education;url=physed.html;")
    aI("text=Sample Daily Schedule;url=samp_sched.html;")
    aI("text=Social Studies & Science;url=soc_sci.html;")
    aI("text=Environmental Awareness;url=eco.html;")

}



with (milonic = new menuname("Parents")) {
    style = ScrollingSampStyle;
    aI("text=Class Phone List;url=private\/cpl.pdf;")
    aI("text=School Schedule;url=private\/ss.pdf;")
  //aI("text=Board Meeting Agenda;url=private\/bma.pdf;")
    aI("text=Alternate Pick-Up Form;url=private\/apuf.pdf;")
    aI("text=Confidentiality Policy;url=private\/cp.pdf;")
    aI("text=Parent Volunteer Job Description;url=private\/pvjd.pdf;")
    aI("text=Sexual Harassment Policy;url=private\/shp.pdf;")
    aI("text=Family Guide;url=private\/fg.pdf;")


}

with (milonic = new menuname("Curriculum")) {
    style = ScrollingSampStyle;
    aI("text=From the Director;url=director.html;")
    aI("text=General Information;url=general.html;")
    aI("text=From the Teachers;url=teachers.html;")
}

with (milonic = new menuname("Calendar")) {
    style = ScrollingSampStyle;
    aI("text=Upcoming Events;url=events.html;")
}

drawMenus();

