_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="White";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/dots5.gif";
offbgcolor="LightSlateGray";
offcolor="White";
onbgcolor="LightSteelBlue";
oncolor="SteelBlue";
padding="6";
pagebgcolor="LightSteelBlue";
pagecolor="SteelBlue";
separatorcolor="SlateGray";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="4";
overimage="images/dots5.gif";
imagepadding="6";
itemwidth="180";
}

with(submenuStyle=new mm_style()){
bordercolor="White";
borderstyle="Solid";
borderwidth="0";
fontfamily="Verdana";
fontsize="8pt";
fontstyle="normal";
offbgcolor="LightSlateGray";
offcolor="White";
onbgcolor="LightSteelBlue";
oncolor="SteelBlue";
padding="4";
pagebgcolor="LightSteelBlue";
pagecolor="SteelBlue";
separatorcolor="SlateGray";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Up One Level;target=;url=.././;");
aI("text=Wilderness Walks;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("text=October Project;target=;url=../wilderness-walks/october-project/;");
aI("text=Gale Force Wildcamp;target=;url=../wilderness-walks/gale-force-wildcamp/;");
aI("text=A Dull Day on the Western Fans;target=;url=a-dull-day-on-the-western-fans.html;");
aI("text=Canoeing the Falls;target=;url=canoeing-the-falls.html;");
aI("text=Fan Brycheiniog Day;target=;url=fan-brycheiniog-day.html;");
aI("text=Twin Peaks in the Snow;target=;url=twin-peaks-in-the-snow.html;");
aI("text=Waterfalls in Spate;target=;url=waterfalls-in-spate.html;");
aI("text=Wreckage in the Mist;target=;url=wreckage-in-the-mist.html;");
aI("text=Millennium Sunrise;target=;url=millennium-sunrise.html;");
aI("text=A Beacon Too Far;target=;url=a-beacon-too-far.html;");
aI("text=Cliffs in the Mist;target=;url=cliffs-in-the-mist.html;");
aI("text=The Longest Day;target=;url=the-longest-day.html;");
aI("text=My First Mountain;target=;url=my-first-mountain.html;");
}


 drawMenus();

