


_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=10              // 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="#F6F4F4";
oncolor="#000000";
offbgcolor="#F6F4F4";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="12px";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#E3E1E1";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
itemwidth="100";
screenposition="center";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}



with(milonic=new menuname("Main Menu")){
style=menuStyle;
//top=130;
//left=10;
screenposition="center"; 
alwaysvisible=1;
orientation="horizontal";
aI("text=Diary;showmenu=diary;");
aI("text=Sponsors;showmenu=sponsors;");
aI("text=Environmental;showmenu=env;");
aI("text=Contacts;url=http://www.upton.uk.net/bloom/contact.html;");
aI("text=Information;showmenu=info;");
aI("text=Back to Upton;url=http://www.upton.uk.net/index.shtml;");
}

with(milonic=new menuname("diary")){
style=menuStyle;
overflow="scroll";
aI("text=2009;url=http://www.upton.uk.net/bloom/2009diary.html;");
aI("text=2008;url=../events/bloom/2008/diary.html;");
}

with(milonic=new menuname("sponsors")){
style=menuStyle;
aI("text=Sponsoring;url=sponsors.html");
aI("text=Thanks;url=thanks.html");

}

with(milonic=new menuname("env")){
style=menuStyle;
//aI("text=Tractors & Machinery;url=mailtractors.html");
//aI("text=Furniture;url=mailfurn.html");
//aI("text=Motorcycles;url=mailcycles.html");
//aI("text=Horticulture;url=mailplants.html");
//aI("text=Timber & Tools;url=mailtimber.html");
//aI("text=Railwayana;url=mailrail.html");
//aI("text=Military;url=mailmilitary.html");
}

with(milonic=new menuname("info")){
style=menuStyle;
//aI("text=About us;url=aboutus.html");
//aI("text=Contact us;url=aboutus.html");
//aI("text=Map;url=aboutus.html");
//aI("text=Frequently asked questions;url=faq.html");
//aI("text=General Sale Conditions;url=conditions.html");
}



drawMenus();


