_menuCloseDelay=150;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000068";
offcolor="#ffffff";
onbgcolor="#17ae17";
oncolor="#ffffff";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#666699";
pagecolor="#ffffff";
separatorcolor="#17ae17";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}



with(milonic=new menuname("Parents")){
style=menuStyle;
  left=185; 
  top=0; 
aI("text=Starting school;url=starting.htm;");
aI("text=The school day;url=schoolday.htm;");
aI("text=Medical information;url=medical.htm;");
aI("text=School uniform;url=uniform.htm;");
aI("text=Partnership with parents &amp; carers;url=partnership.htm;");
aI("text=Links with the community;url=linkscommunity.htm;");
aI("text=Our governing body;url=governingbody.htm;");
aI("text=Behaviour and discipline;url=behaviour.htm;");
aI("text=Curriculum;url=curriculum.htm;");
aI("text=Special Education Needs (SEN);url=sen.htm;");
aI("text=Extra curricular activities;url=extra.htm;");
aI("text=Charging policy;url=charging.htm;");
aI("text=Complaints Procedure;url=complaints.htm;");
aI("text=Forms &amp; Documents;url=forms.htm;");
}

with(milonic=new menuname("about")){
style=menuStyle;
  left=3; 
  top=0; 
aI("text=Our school;url=about.htm;");
aI("text=Who are the staff?;url=who.htm;");


}

with(milonic=new menuname("children")){
style=menuStyle;
  left=120; 
  top=0; 
aI("text=Nursery;url=nursery.htm;");  
aI("text=Reception;url=reception.htm;");
aI("text=Year 1;url=year1.htm;");
aI("text=Year 2;url=year2.htm;");
aI("text=Year 3;url=year3.htm;");
aI("text=Year 4;url=year4.htm;");
aI("text=Year 5;url=year5.htm;");
aI("text=Year 6;url=year6.htm;");
aI("text=Home learning project;url=hlp.htm;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
  left=310; 
  top=0; 
}



drawMenus();

