_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="#1E130E";
offbgcolor="#1E130E";
oncolor="#FFFFFF";
offcolor="#CCA47D";
bordercolor="#5D4434";
borderstyle="solid";
borderwidth=1;
separatorcolor="#5D4434";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="Normal";
fontweight="Bold";
fontfamily="Verdana";
itemwidth="110";
itemheight="31";
align="Center";
subimage="images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("1")){
style=menuStyle;
aI("text=Locations;url=aboutus.asp;status=Locations;");
}

with(sat=new menuname("3")){
style=menuStyle;
aI("text=Bierton Road Inspection Report;url=dynamicdata/BiertonRoadInspectionReport.asp;status=Bierton Road Inspection Report;");
aI("text=Vale Road Inspection Report;url=dynamicdata/CheshamInspectionReport.asp;status=Vale Road Inspection Report;");
aI("text=Cippenham Inspection Report;url=dynamicdata/CippenhamInspectionReport.asp;status=Cippenham Inspection Report;");
aI("text=Sistine Inspection Report;url=dynamicdata/SistineInspectionReport.asp;status=Sistine Inspection Report;");
aI("text=Upton Inspection Report;url=dynamicdata/UptonInspectionReport.asp;status=Upton Inspection Report;");
aI("text=Yew Tree Road Inpsection Report;url=dynamicdata/YewTreeRoadInspectionReport.asp;status=Yew Tree Road Inpsection Report;");
}

with(sat=new menuname("4")){
style=menuStyle;
aI("text=Positive Outcome Case Study;url=dynamicdata/garycrusecasestudy.asp;status=Positive Outcome Case Study;");
aI("text=Hate Crime Day;url=dynamicdata/HateCrimeDay.asp;showmenu=92;status=Hate Crime Day;");
aI("text=Sir Terry Wogan Perfect Recall;url=dynamicdata/TerryWoganPerfectRecall.asp;status=Sir Terry Wogan Perfect Recall;");
aI("text=Staff training and development;url=dynamicdata/StaffTrainingandDevelopment.asp;status=Staff training and development;");
aI("text=REACH and Television;url=dynamicdata/RichardIsMyBoyfriend.asp;status=REACH and Television;");
}

with(sat=new menuname("92")){
style=menuStyle;
aI("text=Hate Crime DVD Launch;url=dynamicdata/HateCrimeDVDLaunch.asp;status=Hate Crime DVD Launch;");
}

with(sat=new menuname("6")){
style=menuStyle;
aI("text=Support Staff;url=dynamicdata/SupportStaff.asp;status=Support Staff;");
}

drawMenus();

