
_menuCloseDelay=700           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=12              // Sub menu top offset
_subOffsetLeft=-7            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x - #80BDB5#005555#66FFFF#99CCC5/images/google.gif;overimage=images/google_over.gif


with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="#66ddff";
offbgcolor="";
offcolor="#2233ff";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="";
separatorsize=0;
padding=6;
fontsize=10;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana,Arial,sans-serif";
pagecolor="#55ccff";
headercolor="#ffffff";
headerbgcolor="#aabbdd";
subimage="bestanden/arrowdnblue.gif";
subimagepadding="2";
followscroll="on";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#ffffff";
oncolor="#ff9900";
offbgcolor="#dddddd";
offcolor="#ff6600";
bordercolor="#aaaaaa";
borderstyle="solid";
borderwidth=1;
separatorcolor="#aaaaaa";
separatorsize=1;
padding=6;
fontsize=10;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana,Arial,sans-serif";
pagecolor="#2233aa";
pagebgcolor="#ccccff";
headercolor="#ffffff";
headerbgcolor="#2233aa";
subimage="bestanden/arrowblue.gif";
subimagepadding="2";
followscroll="on";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle1;
top=0;
left=15;
alwaysvisible=1;
followscroll=0;
orientation="horizontal";
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("text=Agenda;url=agenda.html;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("text=Oude Agenda;showmenu=oude agenda;");
}

with(milonic=new menuname("oude agenda")){
style=menuStyle2;
aI("text=100324 Lezing Frans de Klerk in Soc. De Witte;url=docs/klerkdef.doc;target=new;");
aI("text=090613 Afrika Museum te berg en Dal;url=docs/Afrikamuseum.pdf;target=new;");
aI("text=081025 Hartsnaar;url=hartsnaar.html;");
aI("text=080830 Braai te Leidschendam;url=braaibrief.html;");
aI("text=080510 Afrika in &eacute;&eacute;n dag;url=;");
aI("text=080223 Lezing over de Majubavieringr zoals die jaarlijks op 27 februari<br>door de Studenten van verschillende Zuid-Afrikaanse<br>Universiteiten wordt gevierd;showmenu=programma lezing");
aI("text=080217 De Zuid-Afrikaanse zangeres Amanda Strydom brengt haar<br>gepassioneerdrepertoire;showmenu=programma repertoire");
aI("text=071215 Geloftedag&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;programma viering;url=geloftedag.html;");
}

with(milonic=new menuname("programma lezing")){
style=menuStyle2;
aI("text=programma lezing;url=;url=docs/Delftlezing2008.pdf");
}

with(milonic=new menuname("programma repertoire")){
style=menuStyle2;
aI("text=programma repertoire;url=;url=docs/AmandaStrydom.pdf");
}

drawMenus();
