_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0

with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="";
fontstyle="";
fontfamily="";
subimage="";
subimagepadding="0";
}

with(menuStyle=new mm_style()){
onbgcolor="#EDEDED";
offbgcolor="#EDEDED";
oncolor="#000000";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="Normal";
fontweight="Normal";
fontfamily="Verdana";
itemwidth="90";
itemheight="16";
align="Center";
subimage="images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("1")){
style=menuStyle;
aI("text=home;url=default.asp;status=home;");
}

with(sat=new menuname("2")){
style=menuStyle;
aI("text=Overview;url=aboutus.asp;status=Overview;");
aI("text=Meet the team;url=dynamicdata/Meettheteam.asp;status=Meet the team;");
aI("text=Area boards;url=dynamicdata/AreaBoards.asp;status=Area boards;");
}

with(sat=new menuname("3")){
style=menuStyle;
aI("text=About YE events;url=events.asp;status=About YE events;");
aI("text=Events in my area;url=dynamicdata/EventsMyArea.asp;status=Events in my area;");
}

with(sat=new menuname("4")){
style=menuStyle;
aI("text=Company Programme;url=dynamicdata/CompanyProgramme.asp;showmenu=59;status=Company Programme;");
aI("text=Other programmes;url=dynamicdata/OtherProgrammes.asp;status=Other programmes;");
}

with(sat=new menuname("59")){
style=menuStyle;
aI("text=YE Exam & Accreditation;url=dynamicdata/YEexam.asp;status=YE Exam & Accreditation;");
}

with(sat=new menuname("5")){
style=menuStyle;
aI("text=Schools;url=schools.asp;status=Schools;");
aI("text=Volunteers;url=volunteers.asp;status=Volunteers;");
aI("text=Supporters;url=supporters.asp;status=Supporters;");
}

drawMenus();


