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=../en/index.php;");
aI("showmenu=activities;text=Activities;");
aI("showmenu=groups;text=Groups;");
aI("text=Folders;url=../en/pdf.php;");
aI("showmenu=pictures;text=Pictures;");
aI("showmenu=links;text=Links;");
aI("text=Shop;url=../en/shop.php;");
aI("text=Membership;url=../en/join.php;");
aI("text=Committee;url=../en/committee.php;");
aI("text=Teachers;url=../en/teachers.php;");
aI("text=Archive;url=../en/archive.php;");
aI("text=E-mail;url=mailto:info@nvs-dance.nl;");
}

with(milonic=new menuname("activities")){
overflow="scroll";
style=menuStyle;
aI("text=English;url=../en/english.php;")
aI("text=Scottish;url=../en/scottish.php;")
aI("text=Irish;url=../en/irish.php;")
aI("text=Square;url=../en/square_en.php;")
aI("text=Morris;url=../en/morris_en.php;")
}

with(milonic=new menuname("groups")){
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("pictures")){
style=menuStyle;
aI("text=Overview;url=../en/pictures.php;");
aI("text=Square weekend 2010;url=../en/pictures.php#SQ;");
aI("text=Dance weekend 2010;url=../en/pictures.php#HWE;");
aI("text=Summer Camp 2010;url=../en/pictures.php#ZOKA;");
aI("text=Callers&rsquo; Course 2010;url=../en/pictures.php#kader;");
aI("text=Whitsun Camp 2010;url=../en/pictures.php#PIKA;");
aI("text=Callers Training 2009-10;url=../en/pictures.php#KADER;");
aI("text=Christmas Course 2009;url=../en/pictures.php#KK;");
aI("text=Youngsters' weekend 2009;url=../en/pictures.php#JWE;");
aI("text=Youtube videos;url=../en/pictures.php#DC;");
}

with(milonic=new menuname("links")){
style=menuStyle;
aI("text=General;url=../en/linksgen.php;");
aI("text=Britain;url=../en/linkseng.php;");
aI("text=America;url=../en/linksam.php;");
aI("text=Research;url=../en/linksres.php;");
aI("text=Other;url=../en/linksoth.php;");
}


drawMenus();


