
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=3              // 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


with(menuStyle=new mm_style()){
onbgcolor="#EBE6CF";
oncolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#666699";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="0";
padding=2;
fontsize="13px";
fontstyle="Normal";
fontweight="normal";
fontfamily="Arial, Helvetica";
pagecolor="#FFFFFF";
pagebgcolor="#666699";
headercolor="#0000AA";
headerbgcolor="#FFFFFF";
subimage="";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#A6A6A6', Direction=135, Strength=1)";
outfilter="";
}

with(menuStylesub=new mm_style()){
onbgcolor="#EBE6CF";
oncolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#666699";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="0";
padding=2;
fontsize="12px";
fontstyle="Normal";
fontweight="normal";
fontfamily="Arial, Helvetica";
pagecolor="#FFFFFF";
pagebgcolor="#666699";
headercolor="#0000AA";
headerbgcolor="#FFFFFF";
subimage="";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#A6A6A6', Direction=135, Strength=2)";
outfilter="";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=53;
left=5;
itemwidth="121";
alwaysvisible=1;
followscroll="1";
margin="2";
aI("text=<b>MAIN INDEX;type=header;align=left;");
aI("text=Home Page;url=index.htm;");
aI("text=News - New Forest;url=news_nf.htm;");
aI("text=News - UK;url=news_uk.htm;");
aI("text=Events - New Forest;url=events_nf.htm;");
aI("text=Events - UK;url=events_uk.htm;");
aI("text=Radio & TV;url=radio_tv.htm;");
aI("text=History >>>;showmenu=history;");
aI("text=Research >>>;showmenu=research;");
aI("text=Tuberculosis >>>;showmenu=Tuberculosis;");
aI("text=News Archives >>>;showmenu=news;");
aI("text=Other UK Groups;url=groups_1.htm;");
aI("text=Online Shop;url=shop_one.htm;");
}

with(milonic=new menuname("Tuberculosis")){
style=menuStyle;
overflow="scroll";
margin=1;
aI("text=<b>TB PAGES;type=header;align=left;");
aI("text=Introduction;url=tb_intro.htm;");
aI("text=TB...& New Forest ;url=tb_nfb.htm;");
aI("text=TB...& DEFRA;url=tb_defra.htm;");
}

with(milonic=new menuname("history")){
style=menuStyle;
overflow="scroll";
margin=1;
aI("text=<b>HISTORY;type=header;align=left;");
aI("text=Natural History of Badgers;url=history_intro.htm;");
aI("text=New Forest Badger Group;url=history_1.htm;");
aI("text=more info 1;url=history_2.htm;");
aI("text=more info 2;url=history_3.htm;");
}

with(milonic=new menuname("research")){
style=menuStyle;
overflow="scroll";
margin=1;
aI("text=<b>RESEARCH PAGES;type=header;align=left;");
aI("text=Introduction;url=research_intro.htm;");
aI("text=Page One;url=research_1.htm;");
aI("text=Page Two;url=research_2.htm;");
}

with(milonic=new menuname("news")){
style=menuStyle;
overflow="scroll";
margin=1;
aI("text=<b>OLD NEWS & NEWSLETTERS;type=header;align=left;");
aI("text=Introduction;url=archive_intro.htm;");
aI("text=Newsletter Download Page;url=archive_news.htm;");
aI("text=News 2000 to 2005;url=archive_00to05.htm;");
aI("text=News - Previous Years;url=archive_95to99.htm;");
}


drawMenus();

