


_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

screenposition="center";


with(menuStyle=new mm_style()){
onbgcolor="#890c4c";
oncolor="#ffffff";
offbgcolor="#d29cac";
offcolor="#515151";
bordercolor="#890c4c";
borderstyle="solid";
borderwidth=1;
separatorcolor="#890c4c";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#ad547c";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
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;
screenposition="center";
top=80;
//left=45;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.html;status=Back To WSO Home Page;");
aI("text=About WSO;showmenu=About WSO;");
aI("text=Future Events;url=events.html;");
aI("text=News & Reviews;showmenu=News & Reviews;");
aI("text=Archives;showmenu=Archives;");
aI("text=Soloists;showmenu=Soloists;");
aI("text=Links;url=links.html;");
aI("text=Find Us;showmenu=Find Us;");
aI("text=Contact Us;showmenu=Contact Us;");
}

with(milonic=new menuname("About WSO")){
style=menuStyle;
overflow="scroll";
aI("text=A Potted History;url=potted.html");
aI("text=Rehearsals;url=orchestra.html");
aI("text=Our Conductor;url=roystratford.html");
aI("text=Our Leader;url=petemarsden.html;");
aI("text=Friends & Patrons;url=friends.html;");
}


with(milonic=new menuname("News & Reviews")){
style=menuStyle;
aI("text=Critics Reviews;url=critics.html;");
aI("text=Press Cuttings;url=presscuttings.html;");
aI("text=Press Releases;url=pressreleases.html;");
}

with(milonic=new menuname("Archives")){
style=menuStyle;
aI("text=Inaugural Concert;url=inaugural.html;status=Announcement & Review;");
aI("text=Elgar Conducts;url=elgar.html;");
aI("text=Past Concerts;url=pastconcerts.html;");
aI("text=Past Seasons;url=pastseasons.html;");
aI("text=Programme Notes;url=prognotes.html;");
}

with(milonic=new menuname("Soloists")){
style=menuStyle;
aI("text=Julian Evans;url=julianevans.html;");
aI("text=Richard Harpham;url=richardharpham.html;");
aI("text=Bela Hartmann;url=belahartmann.html;");
aI("text=Emily Hooker;url=emilyhooker.html;");
aI("text=Christoper Jepson;url=christopherjepson.html;");
aI("text=Gamal Khamis;url=gamalkhamis.html;");
aI("text=James Lisney;url=jameslisney.html;");
aI("text=Nadia Myerscough;url=nadiamyerscough.html;");
aI("text=Oliver Nelson;url=olivernelson.html;");
aI("text=Kathryn Parry;url=kathrynparry.html;");
aI("text=Olivia Robinson;url=oliviarobinson.html;");
aI("text=Amy Turk;url=amyturk.html;");
aI("text=Richard Watkins;url=richardwatkins.html;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Apache Web Server;url=http://www.apache.org/;status=Apache Web Server, the basis of Milonic's Web Site;");
aI("text=MySQL Database Server;url=http://ww.mysql.com/;status=MySQL, Milonic's Prefered Choice of Database Server;");
aI("text=PHP - Development;url=http://www.php.net/;status=PHP - Web Server Scripting as used by Milonic;");
aI("text=phpBB Web Forum System;url=http://www.phpbb.net/;status=PHP Based Web Forum, Milonic's Recommended Forum Software;");
aI("text=Anti Spam Tools;showmenu=Anti Spam;status=Anti Spam Solutions, as used by Milonic;");
}

with(milonic=new menuname("Find Us")){
style=menuStyle;
// margin=20;
aI("text=Concerts;url=hgwells.html;");
aI("text=Rehearsals;url=http://www.streetmap.co.uk/newmap.srf?x=503868&y=159617&z=1&sv=503868,159617&st=4&mapp=newmap.srf&searchp=newsearch.srf&dn=533;");
}

with(milonic=new menuname("Contact Us")){
style=menuStyle;
// margin=20;
aI("text=Feedback Form;url=contactwso.html;");
aI("text=WSO Guestbook;url=http://pub15.bravenet.com/guestbook/show.php?usernum=1236265316;");
}
drawMenus();

