


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



with(menuStyle=new mm_style()){
onbgcolor="#0066cc";
oncolor="#ffffff";
offbgcolor="#0066CC";
offcolor="#ffffff";
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
}

with(menuStyle2=new mm_style()){
onbgcolor="#ffccff";
oncolor="#000000";
offbgcolor="#0066CC";
offcolor="#ffffff";
separatorsize="10";
separatorpadding="2";
separatorheight="1";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
padding=2;
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="arrowwhite.gif";
subimagepadding="2";
onsubimage="arrowwhite.gif";
}

with(milonic=new menuname("Aboutus")){
style=menuStyle2;
overflow="scroll";
aI("text=Ard Scoil;title=The School & Tour;url=http://www.ardscoildungarvan.com/ardscoil.htm;");
aI("text=Code of Behaviour ;url=http://www.ardscoildungarvan.com/codeofbehaviour.htm;");
aI("text=Contact Info & Maps;url=http://www.ardscoildungarvan.com/contact.htm;");
aI("text=Emergency Procedures;url=http://www.ardscoildungarvan.com/emergencyprocedures.htm;");
aI("text=Fund Raising;url=http://www.ardscoildungarvan.com/fundraising.htm;");
aI("text=General Purpose Fee & Costs;url=http://www.ardscoildungarvan.com/generalfee.htm;");
aI("text=Meeting With Staff;url=http://www.ardscoildungarvan.com/meetingwithstaff.htm;");
aI("text=School Organisations;url=http://www.ardscoildungarvan.com/schoolorganisations.htm;showmenu=SchoolOrganisations;");
aI("text=Photos & Archives;url=http://www.ardscoildungarvan.com/archives.htm;");
aI("text=Uniform;title=Uniform;url=http://www.ardscoildungarvan.com/uniforms.htm;");
}

with(milonic=new menuname("SchoolOrganisations")){
style=menuStyle2;
overflow="scroll";
aI("text=Board of Management;url=http://www.ardscoildungarvan.com/boardofmanagement.htm;");
aI("text=Parents' Council;url=http://www.ardscoildungarvan.com/parentscouncil.htm;");
aI("text=Cáirde Girls;url=http://www.ardscoildungarvan.com/cairdegirls.htm;");
aI("text=Student Council;url=http://www.ardscoildungarvan.com/studentcouncil.htm;");
}

with(milonic=new menuname("AcademicsServices")){
style=menuStyle2;
overflow="scroll";
aI("text=Academic Results;url=http://www.ardscoildungarvan.com/academicresults.htm;");
aI("text=Subjects Offered;url=http://www.ardscoildungarvan.com/subjectsoffered.htm;");
aI("text=Book Lists;url=http://www.ardscoildungarvan.com/booklists.htm;");
aI("text=Staff;url=http://www.ardscoildungarvan.com/staff.htm;");
aI("text=Pastoral Care;title=Pastoral Care;url=http://www.ardscoildungarvan.com/pastoralcare.htm;");
aI("text=Remedial and Support Services;url=http://www.ardscoildungarvan.com/support.htm;");
aI("text=Career Guidance & Counselling Services;url=http://www.ardscoildungarvan.com/career.htm;");
aI("text=Transition Year;url=http://www.ardscoildungarvan.com/transitionyear.htm;");
}

with(milonic=new menuname("Extracurricular")){
style=menuStyle2;
overflow="scroll";
aI("text=Overview;title=Overview of Extracurricular Activities;url=http://www.ardscoildungarvan.com/extracurricular.htm;");
aI("text=Sports;url=http://www.ardscoildungarvan.com/sports.htm;showmenu=Sports;");
aI("text=Drama;url=http://www.ardscoildungarvan.com/drama.htm;");
aI("text=Music;url=http://www.ardscoildungarvan.com/music.htm;");
aI("text=Debates;url=http://www.ardscoildungarvan.com/debate.htm;");
}

with(milonic=new menuname("Sports")){
style=menuStyle2;
overflow="scroll";
aI("text=Track & Field;url=http://www.ardscoildungarvan.com/trackandfield.htm;");
aI("text=Camogie & Football;url=http://www.ardscoildungarvan.com/camogie.htm;");
aI("text=Hockey;url=http://www.ardscoildungarvan.com/hockey.htm;");
}

with(milonic=new menuname("News")){
style=menuStyle2;
overflow="scroll";
aI("text=Current News;url=http://www.ardscoildungarvan.com/news.htm;");
aI("text=Newsletter;url=http://www.ardscoildungarvan.com/newsletter.htm;");
aI("text=Special Events;url=http://www.ardscoildungarvan.com/events.htm;");
aI("text=Awards;url=http://www.ardscoildungarvan.com/awards.htm;");
}


with(milonic=new menuname("Calendar")){
style=menuStyle2;
overflow="scroll";
aI("text=Calendar;url=http://www.ardscoildungarvan.com/calendar.htm;");
aI("text=Special Events;url=http://www.ardscoildungarvan.com/events.htm;");
aI("text=International Women's Day;url=http://www.ardscoildungarvan.com/womensday.htm;");
}

with(milonic=new menuname("Contact")){
style=menuStyle2;
overflow="scroll";
aI("text=Contact Info & Maps;url=http://www.ardscoildungarvan.com/contact.htm;");
aI("text=FAQ;title=Frequently Asked Questions;url=http://www.ardscoildungarvan.com/faq.htm;");
aI("text=Meeting With Staff;title=Setting up meetings with Staff and Adminsitration;url=http://www.ardscoildungarvan.com/meetingwithstaff.htm;");
aI("text=Useful Links;url=http://www.ardscoildungarvan.com/links.htm;");
}


drawMenus();

