_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=../natural-beauty.html;");
aI("text=Gower Peninsula;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("showmenu=Urban Gower/Langland BayLEFT_MENU;text=Urban Gower;target=;url=urban-gower.html;");
aI("text=Hidden Gower;target=;url=hidden-gower.html;");
aI("showmenu=Three Cliffs Bay/Three Cliffs Bay SunsetLEFT_MENU;text=Three Cliffs Bay;target=;url=three-cliffs-bay.html;");
aI("text=Oxwich Bay;target=;url=oxwich-bay.html;");
aI("text=Port Eynon Bay;target=;url=port-eynon-bay.html;");
aI("text=Wild Gower;target=;url=wild-gower.html;");
aI("showmenu=Rhossili Bay/Worms HeadLEFT_MENU;text=Rhossili Bay;target=;url=rhossili-bay.html;");
aI("text=Remote Gower;target=;url=remote-gower.html;");
aI("text=Gower Marshes;target=;url=gower-marshes.html;");
aI("text=Inland Gower;target=;url=inland-gower.html;");
}

with(milonic=new menuname("Urban Gower/Langland BayLEFT_MENU")){
style=submenuStyle;
aI("text=Langland Bay;target=;url=langland-bay.html;");
aI("text=Caswell Bay;target=;url=caswell-bay.html;");
}

with(milonic=new menuname("Three Cliffs Bay/Three Cliffs Bay SunsetLEFT_MENU")){
style=submenuStyle;
aI("text=Three Cliffs Bay Sunset;target=;url=three-cliffs-bay-sunset.html;");
}

with(milonic=new menuname("Rhossili Bay/Worms HeadLEFT_MENU")){
style=submenuStyle;
aI("text=Worms Head;target=;url=worms-head.html;");
}


 drawMenus();

