

_menuCloseDelay=10           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0           // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#C4BD8C";
oncolor="#FFFFFF"
offbgcolor="#FAF9ED";
offcolor="#515151";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#E3E0CA";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="menu2/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#C4BD8C";
oncolor="#ffffff";
offbgcolor="#E5E5E5";
offcolor="#515151";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#E3E0CA";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="menu2/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0)";
}

with(menuStyle3=new mm_style()){
onbgcolor="#C4BD8C";
oncolor="#ffffff";
offbgcolor="#FBFBF7";
offcolor="#515151";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#E3E0CA";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="menu2/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0)";
}

with(menuStyle4=new mm_style()){
onbgcolor="#C4BD8C";
oncolor="#ffffff";
offbgcolor="#C4BD8C";
offcolor="#ffffff";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#E3E0CA";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="menu2/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=10;
left=10;
alwaysvisible=1;
position="relative"; 
orientation="horizontal";
aI("text=Home;url=index.htm;status=Back To Home Page;");
aI("text=About;url=about_us.htm;status=About Us;");
aI("text=News;url=news.htm;status=News;");
aI("text=200 Club;url=200Club.htm;status=200 Club;");
aI("text=Picture Library;url=pictures.htm;status=Picture Library;");
aI("text=History;url=history.htm;status=History;");
aI("text=Fixtures;url=Fixtures.htm;status=Fixtures;");
aI("text=Social;url=social.htm;status=Social");
aI("text=Sponsors;showmenu=sponsorship;url=sponsorship.htm;status=Sponsorship;");
aI("text=Colts Academy;url=colts_page.htm;status=Colts Academy");
aI("text=Contact;url=contact.htm;status=Contact;");
aI("text=Minutes and Reports;url=minutes2.htm;status=Minutes and Reports;");
}

with(milonic=new menuname("sponsorship")){
style=menuStyle3;
aI("text=Sponsorship Opportunities;url=sponsorship.htm;status=Sponsorship Opportunities;");
aI("text=Platinum Sponsor;showmenu=platinum;url=platinum.htm;status=Platinum Sponsor;");
aI("text=Gold Sponsors;showmenu=gold;url=gold.htm;status=Gold Sponsors;");
aI("text=Silver Sponsors;showmenu=silver;url=silver_sponsors.htm;status=Silver Sponsors;");
}

with(milonic=new menuname("platinum")){
style=menuStyle2;
// aI("text=Chantry Estates;url=chantry_estates.htm;status=Chantry Estates;");
aI("text=Data Techniques;url=data_techniques.htm;status=Data Techniques;");
}

with(milonic=new menuname("gold")){
style=menuStyle2;
// aI("text=Mantle Diamonds;url=mantle-diamonds.htm;status=Mantle Diamonds;");
// aI("text=London Africa Ltd;url=london-africa.htm;status=London Africa Ltd;");
// aI("text=Vantis;url=vantis.htm;status=Vantis;");
// aI("text=Skandia;url=skandia.htm;status=Skandia;");
aI("text=Pangaea Energy;url=pangaea-energy.htm;status=Pangaea Energy;");
aI("text=Runnymede Homes;url=runnymede_homes.htm;status=Runnymede Homes;");
}

with(milonic=new menuname("silver")){
style=menuStyle2;
// aI("text=CRPD Property Investments;url=silver_sponsors.htm;status=CRPD Property Investments;");
aI("text=Sign Supply Limited;url=silver_sponsors.htm;status=Sign Supply Ltd;");
aI("text=A & R Porter Ltd;url=silver_sponsors.htm;status=A & R Porter Ltd;");
aI("text=Peter Arksey Cars;url=silver_sponsors.htm;status=Peter Arksey Cars;");
aI("text=Future Systems;url=silver_sponsors.htm;status=Future Systems;");
aI("text=Mark Lewis Photography;url=silver_sponsors.htm;status=Mark Lewis Photography;");
aI("text=Associated Air Services;url=silver_sponsors.htm#associatedairservices;status=Associated Air Services;");
}

with(milonic=new menuname("contact")){
style=menuStyle3;
aI("text=Contact Details;url=contact.htm;status=Contact;");
aI("text=Directions;url=directions.htm;targetfeatures=width=890 height=700 scrollbars=yes copyhistory=yes;status=Directions;");
aI("text=Weather;url=weather.htm;targetfeatures=width=890 height=700 scrollbars=yes copyhistory=yes;status=Weather;");
}

drawMenus();


