
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#c3c3c3";
oncolor="#ffffff";
offbgcolor="#e8e7e7";
offcolor="#515151";
bordercolor="#e8e7e7";
borderstyle="solid";
borderwidth=1;
separatorcolor="#c3c3c3";
separatorsize="1";
padding=5;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#cccccc";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=10;
left=180;
alwaysvisible=0;
orientation="horizontal";
aI("text=Home;url=default.asp;status=Back To Home Page;");
}

with(milonic=new menuname("Bereton")){
style=menuStyle;
overflow="scroll";
aI("text=Login;url=login.asp;");
aI("text=Registration;url=registration.asp;");
aI("text=Curriculum;url=curriculum.asp;");
aI("text=Request Information;url=requestinfo.asp;");
aI("text=Check Result;url=checkresult.asp;");
aI("text=Newsflash;url=news.asp;");
aI("text=Photo Gallery;url=photo.asp;");
}

with(milonic=new menuname("Admissions")){
style=menuStyle;
overflow="scroll";
aI("text=Application Forms;url=forms.asp;");
aI("text=Fees;url=fees.asp;");
aI("text=Apply;url=apply.asp;");

}

with(milonic=new menuname("Nursery")){
style=menuStyle;
overflow="scroll";
aI("text=Noticeboard;url=nursnews.asp;");
aI("text=Events;url=nursevents.asp;");
aI("text=Assessment;url=nursassessment.asp;");
}

with(milonic=new menuname("Primary")){
style=menuStyle;
aI("text=Subjects;url=curriculum.asp;");
aI("text=Homework;url=prihomework.asp;");
aI("text=Noticeboard;url=prinews.asp;");
aI("text=Events;url=prievents.asp;");
aI("text=Assessment;url=priassessment.asp;");
aI("text=Frequently Asked Questions;url=faq.asp;");
}

with(milonic=new menuname("Facilities")){
style=menuStyle;
aI("text=Teaching;showmenu=Teaching;status=Teaching Facilities;");
aI("text=Physical and Health Education;url=physical.asp;");
aI("text=Other Facilities;showmenu=Physical;status=Teaching Facilities;");
}

with(milonic=new menuname("Teaching")){
style=menuStyle;
aI("text=Classrooms;url=classrooms.asp;");
aI("text=Library;url=library.asp;");
aI("text=Teaching Lab;url=laboratory.asp;");
aI("text=Visual/Film;url=visual.asp;");
aI("text=Music Room;url=music.asp;");
aI("text=Language Room;url=language.asp;");
aI("text=Art Room;url=art.asp;");
}

with(milonic=new menuname("Physical")){
style=menuStyle;
aI("text=Sick Bay;url=sickbay.asp;");
aI("text=Sports And Play Time;url=sports.asp;");
aI("text=Kitchen;url=kitchen.asp;");
aI("text=Multipurpose hall;url=hall.asp;");
aI("text=Shops;url=bookshop.asp;");
aI("text=Security;url=security.asp;");
}

with(milonic=new menuname("Management")){
style=menuStyle;
aI("text=The Quest for Excellence;url=excellence.asp;");
aI("text=Quality of Education;url=quality.asp;");
aI("text=The Management;url=management.asp;");
aI("text=The Story of Bereton;url=story.asp;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Location;url=location.asp;");
aI("text=Contact us;url=contact.asp;");
}

with(milonic=new menuname("elearning")){
style=menuStyle;
aI("text=e-Learning;url=elearning.asp;");
}
with(milonic=new menuname("Checkmail")){
style=menuStyle;
aI("text=Check mail;url=http://beretonmontessori.com/openwebmail/cgi-bin/openwebmail.pl;");
}


