_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=10            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#9D8C42";
oncolor="#FFFFFF";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#9D8C42";
separatorsize="1";
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#9D8C42";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/template/arrow.gif";
subimagepadding="1";
}

with(milonic=new menuname("programma")){
style=menuStyle;
itemwidth="180px"
aI("text=Plattegrond;url=/nl/programma--plattegrond.aspx;");
aI("text=18-holes golfcourse;url=/nl/programma--18-holes-golfcourse.aspx;");
aI("text=Business Golfdag;url=/nl/programma--business-golfdag.aspx;");
aI("text=NK Strandgolf;url=/nl/programma--nk-strandgolf.aspx;");
aI("text=Topgolf dag;url=/nl/programma--topgolf-dag.aspx;");
aI("text=Overige Golf activiteiten;url=/nl/programma--overige-golf-activiteiten.aspx;");
aI("text=Speciale arrangementen;url=/nl/programma--speciale-arrangementen.aspx;");
}

with(milonic=new menuname("inschrijven")){
style=menuStyle;
itemwidth="180px"
aI("text=Pro-am Team;url=/nl/inschrijven--pro-am-team.aspx;");
aI("text=NK Strandgolf;url=/nl/inschrijven--nk-strandgolf.aspx;");
aI("text=Business Golfclinic;url=/nl/inschrijven--golffeest-van-het-jaar.aspx;");
}

with(milonic=new menuname("nieuws")){
style=menuStyle;
itemwidth="180px"
aI("text=2008;url=/nl/nieuws-2008.aspx;");
aI("text=2007;url=/nl/nieuws-2007.aspx;");
aI("text=2006;url=/nl/nieuws-2006.aspx;");
}

with(milonic=new menuname("sponsors")){
style=menuStyle;
itemwidth="180px"
aI("text=Overzicht;url=/nl/sponsors--overzicht.aspx;");
aI("text=Interesse?;url=/nl/sponsors--interesse.aspx;");
}

with(milonic=new menuname("right-to-play")){
style=menuStyle;
itemwidth="180px"
aI("text=Doelstelling;url=/nl/right-to-play--doelstelling.aspx;");
aI("text=Fondsenwerving;url=/nl/right-to-play--fondsenwerving.aspx;");
}

with(milonic=new menuname("over-ons")){
style=menuStyle;
itemwidth="180px"
aI("text=Stichting Strandgolf Scheveningen;url=/nl/over-ons--stichting-strandgolf-scheveningen.aspx;");
aI("text=Smith Communicatie;url=/nl/over-ons--smith.aspx;");
}

with(milonic=new menuname("2006")){
style=menuStyle;
itemwidth="180px"
aI("text=2006;url=/nl/foto-2006.aspx?mod=palbum&alb=2006#fotoalbum;");
aI("text=2007;url=/nl/foto-2007.aspx?mod=palbum&alb=2007#fotoalbum;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
itemwidth="180px"
aI("text=Gegevens;url=/nl/contact--gegevens.aspx;");
aI("text=Route;url=/nl/contact--route.aspx;");
}

drawMenus();
