fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=100;
_menuOpenDelay=100;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(submenuStyle=new mm_style()){
styleid=1;
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma, Arial, Verdana";
fontsize="9pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
imagepadding=8;
offbgcolor="#FFFFCC";
offcolor="#333366";
onbgcolor="#E7E6E7";
oncolor="#FB1901";
outfilter="Blinds( Bands=1,direction=up, duration=0.1)";
overfilter="Blinds( Bands=1,direction=down, duration=0.1)";
padding=4;
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=8;
}

with(menuStyle=new mm_style()){
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma, Arial, Verdana";
fontsize="9pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#FFFFCC";
headercolor="#000000";
imagepadding=6;
offbgcolor="#FFFFCC";
offcolor="#ACABAB";
onbgcolor="#FFFFCC";
oncolor="#FB1901";
outfilter="Fade(Overlap=1.00)";
padding=4;
}

with(BVC=new menuname("BVC")){
alwaysvisible=1;
left=110;
orientation="horizontal";
style=menuStyle;
top=60;
aI("status=Back To Home Page;text=Home;url=http://www.llandaffschools.org/;");
aI("showmenu=Mission Statement;text=Mission Statement;");
aI("showmenu=Schools and Governors;text=Schools and Governors;");
aI("showmenu=Resources;text=Resources;");
aI("text=Contact;url=http://www.llandaffschools.org/contactus.php;");


//aI("showmenu=Year Groups;text=Year Groups;");
}

with(BVC=new menuname("Schools and Governors")){
style=submenuStyle;
aI("text=Diocesan Schools;url=/schools.php;");
aI("text=Links;url=/links.php;");
aI("text=Gallery;url=/gallery/;");
}

with(BVC=new menuname("Mission Statement")){
style=submenuStyle;
aI("text=English;url=/missionstatement.php;");
aI("text=Cymraeg;url=/missionstatenent_welsh.php;");
}

with(BVC=new menuname("Resources")){
style=submenuStyle;
aI("text=Open Resources;url=/resources/public/;");
aI("text=Teacher Resources;url=/resources/teachers/;");
aI("text=Governor Resources;url=/resources/governors/;");
}

drawMenus();