
_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="#FEFEF1";
oncolor="black";
offbgcolor="#FFFFC0";
offcolor="#515151";
bordercolor="black";
borderstyle="solid";
borderwidth=1;
separatorcolor="black";
separatorsize="1";
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#FFF0BB";
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(menuStyle2=new mm_style()){
onbgcolor="#FFFFC0";
oncolor="black";
offbgcolor="#FFFFF1";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=3;
fontsize="10px";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#FFF0BB";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
itemwidth="120";
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=150;
//left=10;
screenposition="center"; 
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.shtml;status=Back To Home Page;");
aI("text=About Upton;url=about.html;");
aI("text=Events;showmenu=events;");
aI("text=Fundraising;showmenu=funds;");
aI("text=Information;showmenu=info;");
aI("text=Links;showmenu=links;");
}
with(milonic=new menuname("events")){
style=menuStyle2;
overflow="scroll";
aI("text=The Brownies;align=left;showmenu=brownies;");
aI("text=Autumn Seminar;align=left;url=seminar.html;");
aI("text=Picture presentation;align=left;url=jesspicture.html;");
}
with(milonic=new menuname("brownies")){
style=menuStyle2;
overflow="scroll";
aI("text=The Brownies daffodils;align=left;url=daffodils.html;");
aI("text=The Brownies Award;align=left;url=browniesaward.html;");
}
with(milonic=new menuname("info")){
style=menuStyle2;
aI("text=Diary;url=diary.html;");
aI("text=Sponsorship;url=sponsorship.html");
aI("text=Donate online;url=donation.html");
aI("text=Contact us;url=mailto:info@uptoninbloom.co.uk;");
aI("text=Our Committee;url=committee.html;");
aI("text=Reports & Newsletters;showmenu=reports;");
aI("text=Working;showmenu=work;");
}
with(milonic=new menuname("funds")){
style=menuStyle2;
aI("text=Meadowsweet & Cambrian Ensemble;url=meadowsweet.html");
aI("text=Upton Arts Music Group;url=fantasia.html");
aI("text=Pepperpots in Bloom;url=pepperpots.html");
aI("text=Musical Soir&eacute;e;url=soiree.html;");
aI("text=Memorial Tree;showmenu=memtree");
aI("text=Christmas Draw;url=christmas.html");
aI("text=Pudding Evening;url=puddings.html");
aI("text=2006 Sponsors;url=2006sponsors.html");
aI("text=Duck Race;url=ducks.html");
//aI("text=Meadowsweet & Cambrian Ensemble;url=meadowsweet.html");
}
with(milonic=new menuname("memtree")){
style=menuStyle2;
overflow="scroll";
aI("text=Poster;align=left;url=memtree.html;");
aI("text=The trees;align=left;url=trees.html;");
aI("text=Names remembered;align=left;url=newsletters/2006names.pdf;target=_blank;");
}
with(milonic=new menuname("reports")){
style=menuStyle2;
aI("text=Local Authority presentation (+4Mb);align=left;url=newsletters/work.pdf;target=_blank");
aI("text=2007 Companion Booklet;url=newsletters/booklet.pdf;target=_blank");
aI("text=Public Meeting Notes;url=http://www.upton.uk.net/events/bloom/2007/111006publicmeeting.pdf;target=_blank");
aI("text=Newsletters;url=newsletter.html");

}
with(milonic=new menuname("links")){
style=menuStyle2;
aI("text=Upton upon Severn;url=http://www.upton.uk.net/;target=_blank");
aI("text=Heart of England in Bloom;align=left;url=http://www.heartofenglandtouristboard.co.uk/index.php?page=30;target=_blank");
aI("text=RHS Britain in Bloom;align=left;url=http://www.rhs.org.uk/britaininbloom/index.asp;target=_blank");
aI("text=Severn Waste Services;align=left;url=http://www.severnwaste.com/composting.htm;target=_blank");
}
with(milonic=new menuname("work")){
style=menuStyle2;
aI("text=Watering with Florrie;url=florrie.html");
aI("text=Soil conditioner;url=compost.html");
aI("text=Bulb planting;align=left;url=bulbsnov2006.html");
aI("text=Raising the tubs;align=left;url=paviers.html");
aI("text=Community Notice Board;align=left;url=noticeboard.html");
}
drawMenus();
