<!--Set menu style and create main menu.-->

effect="Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"

_menuCloseDelay=2500;
_menuOpenDelay=150;
_scrollAmount=3;
_scrollDelay=20;
_followSpeed=5;
_followRate=40;
_subOffsetTop=4;
_subOffsetLeft=6;


with(style1=new mm_style()){
offcolor="#749bfb";
offbgcolor="#0000cc";
oncolor="#ffebdc";
onbgcolor="#4b0082";
bordercolor="#000000";
borderstyle="solid";
bordercolor="black";
fontsize=12;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial";
padding=4;
subimage="/fodrow/images/arrow.gif";
high3dcolor="navy";
low3dcolor="#000099";
pagecolor="#ffeebdc";
pagebgcolor="#4b0082";
headercolor="#ffffff";
headerbgcolor="#000099";
separatorcolor="navy";
outfilter="randomdissolve(duration=0.3)";
}

with(mainmenu=new menuname("mainmenu")){
top=3;
borderwidth=1;
style=style1;
alwaysvisible=1;
screenposition="center,top";
followscroll=1;
orientation="horizontal";
aI("text=Home&nbsp;&nbsp;;url=/fodrow/index.php;;status=Back to the home page;separatorsize=1")
aI("text=News&nbsp;&nbsp;;url=/fodrow/index.php?pagename=news;;status=Latest FoDRoW news;separatorsize=1")
aI("text=Rights of Way&nbsp;&nbsp;;showmenu=row;;separatorsize=1")
aI("text=Gallery&nbsp;&nbsp;;url=/gallery;;status=FoDRoW Gallery;separatorsize=1")
aI("text=FoDRoW&nbsp;&nbsp;;showmenu=fodrow;;separatorsize=1")
aI("text=Events Diary&nbsp;&nbsp;;url=/fodrow/index.php?pagename=eventsdiary;;status=FoDRoW Events Diary;separatorsize=1")
aI("text=Contact Us&nbsp;&nbsp;;url=/fodrow/index.php?pagename=contact;;status=Contact details and press releases;separatorsize=1")
aI("text=Links&nbsp;&nbsp;;url=/fodrow/index.php?pagename=links;;status=Links to related Internet sites;separatorsize=1")
aI("text=Search&nbsp;&nbsp;;url=/fodrow/search.php;;status=Search the FoDRoW web site;separatorsize=1")
}

