_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=-2
_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, Tahoma, Arial";
subimage="";
subimagepadding="2";
}


with(menuStyle=new mm_style()){
onbgcolor="#FFFF00";
oncolor="#3F3F3F";
offbgcolor="#4C830E";
offcolor="#FFFFFF";
bordercolor="#4C830E";
borderstyle="solid";
borderwidth=0;
separatorcolor="#4C830E";
separatorsize="0";
padding=7;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
itemwidth="50";
align="center";
subimage="../images/arrowMenu.gif";
subimagepadding="2";
outfilter="randomdissolve(duration=0.4)";
}




with(sat=new menuname("6")){
style=menuStyle;
aI("text=Horse Competition Information;url=Horse Competition Information.asp;status=Horse Competition Information;");
aI("text=Cattle Competition Information;url=Cattle Competition Information.asp;status=Cattle Competition Information;");
aI("text=Sheep Competition Information;url=Sheep Competition Information.asp;status=Sheep Competition Information;");
aI("text=Goat Competition Information;url=Goat Competition Information.asp;status=Goat Competition Information;");
aI("text=Crop Competition Information;url=Crop Competition Information.asp;status=Crop Competition Information;");
aI("text=Industrial Competition Info;url=Industrial Competition Info.asp;status=Industrial Competition Info;");
aI("text=School Competition Information;url=School Competition Information.asp;status=School Competition Information;");
aI("text=Other Events Information;url=Other Events Information.asp;status=Other Events Information;");
}

with(sat=new menuname("7")){
style=menuStyle;
aI("text=Whats on at the show;url=Whats on at the show.asp;status=Whats on at the show;");
aI("text=A day at the show;url=A day at the show.asp;status=A day at the show;");
aI("text=Timetable;url=Timetable.asp;status=Timetable;");
aI("text=Where we are;url=Where we are.asp;status=Where we are;");
aI("text=Accommodation list;url=Accommodation list.asp;status=Accommodation list;");
aI("text=A visit to Carlisle and the Ed;url=A visit to Carlisle and the Eden Valley.asp;status=A visit to Carlisle and the Ed;");
}

drawMenus();


