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(menuStyle=new mm_style()){
bgimage="images/pix.png";
fontfamily="Verdana, Tahoma, Arial";
fontsize="140%";
fontstyle="normal";
fontweight="bold";
offcolor="#FFFFFF";
oncolor="#edc31c"
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
}
var isIE = (navigator.appName.toLowerCase().indexOf('internet explorer')+1);
with(newStyle=new mm_style()){
if(isIE) {
bgimage="images/nav_subback.gif";
}else{
bgimage="images/nav_subback.png";
}
fontfamily="Verdana, Tahoma, Arial";
fontsize="120%";
fontstyle="normal";
fontweight="bold";
offcolor="#FFFFFF";
oncolor="#edc31c";
//outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
padding=5;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=20;
overflow="scroll";
style=menuStyle;
top=120;
aI("status=Back To Home Page;text=Home;url=index.php;");
aI("showmenu=Schools;text=Schools;url=schools/");
aI("showmenu=School Boards;text=School Boards;url=boards/");
aI("text=Staff;url=http://portal.sau24.org");
aI("showmenu=ProDevel;text=Prof. Devel.;url=prof_devel/");
aI("showmenu=SAU Office;text=SAU Office;url=sau/");
aI("text=Employment;url=employment/");
}

with(milonic=new menuname("Schools")){
overflow="scroll";
style=newStyle;
aI("text=Center Woods Elementary School;url=schools/cwes.php")
aI("text=Henniker Community School;url=schools/henniker.php")
aI("text=John Stark Regional High School;url=schools/jsrh.php")
aI("text=James Faulkner Elementary School;url=schools/stoddard.php")
aI("text=Weare Middle School;url=schools/wms.php")
}

with(milonic=new menuname("School Boards")){
overflow="scroll";
style=newStyle;
aI("text=Henniker;url=boards/board.php?id=1")
aI("text=John Stark;url=boards/board.php?id=2")
aI("text=Stoddard;url=boards/board.php?id=3")
aI("text=Weare;url=boards/board.php?id=4")
}

with(milonic=new menuname("ProDevel")){
overflow="scroll";
style=newStyle;
aI("text=Master Plan;url=prof_devel/Final%20Plan%20%20June%202008.pdf")
aI("text=Committee Members;url=prof_devel/committee.php")
aI("text=Forms;url=prof_devel/forms.php")
aI("text=SAU 24/NEC Partnership Points Policy;url=prof_devel/Partnership Points Policy.pdf")
aI("text=SAU 24/NEC Partnership Points Application;url=prof_devel/Partnership Points Application.pdf")
aI("text=Links;url=prof_devel/links.php")
}

with(milonic=new menuname("SAU Office")){
overflow="scroll";
style=newStyle;
aI("text=About Us;url=sau/about.php")
aI("text=Office Staff;url=sau/saustaff.php")
aI("text=Public Notices;url=sau/publicnotices.php")
aI("text=Mission Statement;url=sau/mission.php")
aI("text=District Report Card 07-08;url=sau/District Report Card 2007-08.pdf")
aI("text=District Report Card 08-09;url=sau/District Report Card 2008-09.pdf")
aI("text=504 Procedure Manual;url=sau/504ProcedureManual.pdf")
aI("text=504 Forms;url=sau/504forms/forms.php")
aI("text=Annual Budget Report;url=boards/budgets.php?id=sau")
aI("text=Contact Us;url=sau/contact.php")
aI("text=Directions;url=sau/directions.php")
}

drawMenus();

