fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;	// The time delay for menus to remain visible on mouse out
_menuOpenDelay=150;		// The time delay before menus open on mouse over
_subOffsetTop=2;		// Sub menu top offset
_subOffsetLeft=10;		// Sub menu left offset


// Menu style definitions:

with(menuStyle=new mm_style()){
bordercolor="#000000";	// Menu border colour
borderstyle="solid";	// Menu border style
borderwidth=1;			// Menu border thickness
fontfamily="Verdana, Tahoma, Arial, Helvetica, sans-serif";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFCC00";	// Mouse off background colour
offcolor="#330099";		// Mouse off text colour
onbgcolor="#330099";	// Mouse on background colour
oncolor="#FFCC00";		// Mouse over text colour
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=80);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;

separatorcolor="#2D729D";
separatorsize=1;
subimage="../images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
overflow="scroll";
style=menuStyle;
top=130;
left=10;
aI("text=Home;url=index.php;");
aI("showmenu=activiteiten;text=Activiteiten;");
aI("showmenu=groepen;text=Groepen;");
aI("text=Folders;url=pdfnl.php;");
aI("showmenu=fotos;text=Foto&rsquo;s;");
aI("showmenu=links;text=Links;");
aI("text=Shop;url=shopnl.php;");
aI("text=Lid worden;url=lidmaatschap.php;");
aI("text=Bestuur;url=bestuur.php;");
aI("text=Docenten;url=docenten.php;");
aI("text=Archief;url=archief.php;");
aI("text=E-mail;url=mailto:info@nvs-dance.nl;");
}

with(milonic=new menuname("activiteiten")){
overflow="scroll";
style=menuStyle;
aI("text=Engels;url=engels.php;")
aI("text=Schots;url=schots.php;")
aI("text=Iers;url=iers.php;")
aI("text=Square;url=square_nl.php;")
aI("text=Morris;url=morris_nl.php;")
}

with(milonic=new menuname("groepen")){
style=menuStyle;
aI("text=Rural Felicity;url=http://ruralfelicity.nvs-dance.nl;target=_blank");
aI("text=Rowan Tree Dancers;url=http://rowantree.nvs-dance.nl;target=_blank");
}

with(milonic=new menuname("fotos")){
style=menuStyle;
aI("text=Overzicht;url=fotos.php;");
aI("text=Square weekend 2010;url=fotos.php#SQ;");
aI("text=Dansweekend 2010;url=fotos.php#HWE;");
aI("text=Zomerkamp 2010;url=fotos.php#ZOKA;");
aI("text=Kadercursus 2010;url=fotos.php#kader;");
aI("text=Pinksterkamp 2010;url=fotos.php#PIKA;");
aI("text=Kadercursus 2009-10;url=fotos.php#KADER;");
aI("text=Kerstcursus 2009;url=fotos.php#KK;");
aI("text=Jongeren weekend 2009;url=fotos.php#JWE;");
aI("text=Youtube filmpjes;url=fotos.php#DC;");
}

with(milonic=new menuname("links")){
style=menuStyle;
aI("text=Algemeen;url=linksalg.php;");
aI("text=Engeland;url=linkseng.php;");
aI("text=Amerika;url=linksam.php;");
aI("text=Onderzoek;url=linksond.php;");
aI("text=Overige;url=linksover.php;");
}


drawMenus();


