


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


winwiddth=document.all?document.body.clientWidth-25:window.innerWidth-37;
mytop="offset=10" 
myitemwidth=winwiddth/6



with(menuStyle=new mm_style()){
onbgcolor="#e0e0e0";
oncolor="#c00000";
offbgcolor="#e0e0e0";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
//separatorcolor="#2D729D";
separatorsize="0";
padding=0;
fontsize="10px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana,Arial";
//pagecolor="black";
//pagebgcolor="#82B6D7";
//headercolor="#000000";
//headerbgcolor="#ffffff";
//subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
itemwidth=myitemwidth;
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="center;top"; 
//top=10;
//left=10;
top=mytop;
menuwidth=winwiddth;
alwaysvisible=1;
itemwidth=myitemwidth;
orientation="horizontal";
aI("text=Home;url=/;status=District Home Page;");
aI("text=District Sections;showmenu=sections;");
aI("text=Links;showmenu=links;");
aI("text=District Info;showmenu=dinfo;");
aI("text=Groups;url=/groups;status=Scout Group Pages;");
aI("text=Other;showmenu=other;");
}

with(milonic=new menuname("sections")){
style=menuStyle;
aI("text=Beavers;url=/beavers/;status=Beaver Scouts");
aI("text=Cubs;url=/cubs/;status=Cub Scouts");
aI("text=Scouts;url=/scouts/;status=Scouts");
aI("text=Explorers;url=/explorers/;status=Explorer Scouts");
aI("text=Network;url=/network/;status=Network Scouts");

}

with(milonic=new menuname("links")){
style=menuStyle;
aI("text=County Web Site;url=http://www.bucks-scouts.org.uk/;status=Bucks Scout County Site;target=_New");
aI("text=Scoutbase Web Site;url=http://www.scoutbase.org.uk/;status=Scoutbase Web Site;target=_New");
aI("text=Bucks Scout Network Site;url=http://www.bucksscoutnetwork.org.uk/blog/index.php;status=Bucks Scout Network Web Site;target=_New");
aI("text=Bucks Activities pages;url=http://www.bucks-activities.org.uk/;status=Buckinghamshire Acivities pages;target=_New");
aI("text=Scouts 2007 website;url=http://www.scouting2007.org.uk/;status=Scouts 2007 website;;target=_New");
aI("text=Local Scout Shop;url=http://scouting.outdoors.ltd.uk/finder/index.php?mode=show&S=337&SID=451559353cd09c333efdf42f95aeab72;;target=_New");
aI("text=District Web Shop;url=http://www.buy.at/bwdscouts;;target=_New");

}

with(milonic=new menuname("dinfo")){
style=menuStyle;
aI("text=Contacts;url=/contacts/;status=District Contacts");
aI("text=Past Events;url=/pastevents/;status=Past Events");
aI("text=Photo Gallery;url=/photos/;status=Photo Gallery");
aI("text=District Location;url=/location.asp;status=District Location");
}

with(milonic=new menuname("other")){
style=menuStyle;
aI("text=Help;url=/help.asp;status=Help");
aI("text=Search;url=/search.asp;status=Search Site");
aI("text=News;url=/news/default.asp;status=News");
aI("text=Guestbook;url=/guestbook.asp;status=Sign the Guestbook");
aI("text=Credits;url=/Credits.asp;status=Web Site Credits");
aI("text=Awards;url=/awards.asp;status=Web Site Awards");
aI("text=Options;url=/options.asp;status=Site Options");

}


drawMenus();

