


_menuCloseDelay=500      // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50       // The time delay before menus open on mouse over
_subOffsetTop=10        // Sub menu top offset
_subOffsetLeft=-200		// Sub menu left offset
buildAfterLoad=true           
//46e1aa

with(menuStyle=new mm_style()){
onbgcolor="#77ff77";
oncolor="#000000";
offbgcolor="#c0ffc0";
offcolor="#000000";
bordercolor="#ffffff";
borderstyle="none";
borderwidth=2;
separatorcolor="#ffffff";
separatorsize="2";
padding=5;
fontsize="130%";
fontstyle="bold";
fontfamily="Ariel,";
pagecolor="white";
pagebgcolor="#00bb00";
headercolor="#eeeeee";
headerbgcolor="#29A52D";
subimage="milonic_menu/arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.5);Alpha(opacity=100)";
//outfilter="randomdissolve(duration=0.3)";
outfilter="fade(duration=0.4)";
image="web_images/boules_small.png";
align="left";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=100;
left=120;
alwaysvisible=1;
orientation="horizontal";
position="relative"

aI("text=Home;align=left;url=index.htm;");
aI("text=Committee;align=left;url=committee.htm;");
aI("text=Events;align=left;showmenu=Events;");
aI("text=Results;align=left;showmenu=Results;");
aI("text=History;align=left;showmenu=History;");
aI("text=Gallery;align=left;showmenu=Gallery;");
aI("text=Links;align=left;showmenu=Links;");
aI("text=News;align=left;url=news.html;");
}

with(milonic=new menuname("Events")){
style=menuStyle;
overflow="scroll";
aI("text=Harrow PC;align=left;url=hpc_diary.htm;status=HPC Events;target=_self");
aI("text=English Petanque Association;align=left;url=epa_diary.htm;status=HPC Events;target=_self");
}

with(milonic=new menuname("Results")){
style=menuStyle;
aI("text=Club;align=left;url=club_results_current.htm;");
aI("text=TV District;align=left;url=TV_results.htm;");
aI("text=Club Previous Years;align=left;url=club_results_previousyears.htm;");
aI("text=TV Previous Years;align=left;url=TV_results_previousyears.htm;");
}

with(milonic=new menuname("History")){
style=menuStyle;
aI("text=Club History;align=left;url=history.html;target=_self");
//aI("text=Pictures;align=left;url=images_history/history.html;target=windowname;targetfeatures=width=800 height=600 status=yes scrollbars=yes resizable=yes");
//aI("text=Very Old pictures;align=left;url=images_very_old/veryold.html;target=windowname;targetfeatures=width=800 height=600 status=yes scrollbars=yes resizable=yes");
}

with(milonic=new menuname("Gallery")){
style=menuStyle;
aI("text=Max Jorda;align=left;url=picture_shows/maxjorda2011.html;target=_self");

}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=English Petanque Association;align=left;url=http://www.englishpetanque.org.uk;target=_new");
aI("text=London Petanque;align=left;url=http://www.londonpetanque.co.uk;target=_new");
aI("text=Petanque in Britain;align=left;url=http://www.britishpetanque.org;target=_new");
aI("text=Scottish Petanque;align=left;url=http://www.scottishpetanque.org;target=_new");
aI("text=Petanque in Wales;align=left;url=http://www.welshpetanque.org.uk;target=_new");
aI("text=Petanque Promotions;align=left;url=http://www.boulesales.co.uk;target=_new");
aI("text=Pen-Y-Coed;align=left;url=http://www.pycpetanque.com;target=_new");


}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=News;align=left;url=news.html;target=_self");
}

drawMenus();


