fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=250;
_menuOpenDelay=0;
_subOffsetTop=0;
_subOffsetLeft=4;


with(menuStyle=new mm_style()){
bordercolor="#000080";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000080";  // off background color
offcolor="#ffffff";  // off text color
onbgcolor="#000080";  // on background color
oncolor="#ffcc00";  // on text color
padding=3;
separatorcolor="#000020";
separatorsize=0;
separatorpadding=0;
separatorwidth=150;
subimage="images/main/arrow_white.gif";
subimagepadding=2;
}

with(substyle=new mm_style()){
overflow="scroll";
margin=0;
menuwidth=150;
bordercolor="#000080";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff"; // off background color
offcolor="#000080";  // off text color
onbgcolor="#ffffff";  // on background color
oncolor="#ffcc00";  // on text color
padding=3;
separatorcolor="#000080";
separatorsize=1;
separatorpadding=0;
separatorwidth=0;
}

// main menu defined in embedded_main_menu.js

with(milonic=new menuname("Faculty")){
style=substyle;
aI("text=Principal;url=principal.htm;")
aI("text=Teachers;url=teachers.htm;")
aI("text=Support Staff;url=supportStaff.htm;")
}

with(milonic=new menuname("Parents")){
style=substyle;
//aI("text=K-8 Art Gallery;url=/k8artgallery;")
//aI("text=PTF;url=PTF.php;")
aI("text=Forms, Documents & Reports;url=forms.htm;")
aI("text=Bus Routes;url=/trsd/busroutes;")
aI("text=School Committee;url=/superintendent/scholland.html;")
aI("text=Admissions;url=admissions.htm;")
aI("text=Everyday Mathematics;url=/trsd/everyday_mathematics;")
aI("text=Photo Gallery;url=http://picasaweb.google.com/hollandelementary;target=_blank")
aI("text=Art Gallery;url=http://picasaweb.google.com/hollandelementaryart;target=_blank")
}

with(milonic=new menuname("Students")){
style=substyle;
aI("text=Online Resources;url=studentOnlineResources.htm;")
//aI("text=Summer Reading List;url=;")
//aI("text=Internet Safety;url=;")
aI("text=Teacher Web Pages;url=teachers.htm;")
}

with(milonic=new menuname("Teachers")){
style=substyle;
//aI("text=Online Resources;url=teacherOnlineResources.htm;")
aI("text=Check Email;url=https://mail.tantasqua.org/exchange;")
}



