_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0


with(menuStyle1=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#fafafa";
offcolor="#336666";
bordercolor="#bfcccb";
borderstyle="solid";
borderwidth=0;
separatorcolor="#bfcccb";
separatorsize="0";
padding=7;
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana";
subimage="";
subimagepadding="2";
}


with(menuStyle=new mm_style()){
onbgcolor="#252525";
oncolor="#FE000C";
offbgcolor="#252525";
offcolor="#ffffff";
bordercolor="#666566";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666566";
separatorsize="1";
padding=11;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana";
itemwidth="200";
itemheight="";
align="left";
subimage="../images/arrowMenu.gif";
subimagepadding="2";
}




with(sat=new menuname("2")){
style=menuStyle;
aI("text=Disclaimer Email;url=DisclaimerEmail.asp;status=Disclaimer Email;");
aI("text=Disclaimer Website;url=DisclaimerWebsite.asp;status=Disclaimer Website;");
aI("text=Enquiry Form;url=EnquiryForm.asp;status=Enquiry Form;");
aI("text=Freedom of Information;url=FreedomofInformation.asp;status=Freedom of Information;");
aI("text=Governing Body;url=GoverningBody.asp;status=Governing Body;");
}

drawMenus();

