/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_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=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#E7F7AD";
oncolor="black";
offbgcolor="#D7EE8C";
offcolor="#515151";
separatorcolor="#9FC314";
separatorsize="1";
padding=5;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#E7F7AD";
subimage="navimg/arrow_menu.gif";
subimagepadding="2";
headercolor="#000000";
headerbgcolor="#ffffff";
}

with(milonic=new menuname("welkom")){
style=menuStyle;
aI("text=Wat is Basta?;url=welkom.php;");
aI("text=Medewerkers;url=medewerkers.php;");
aI("text=Regio;url=welkom_regio.php;");
aI("text=Geschiedenis;url=welkom_geschiedenis.php;");
aI("text=+ 26;url=plus26.php;");
}

with(milonic=new menuname("watdoenwe")){
style=menuStyle;
aI("text=Wekelijkse activiteiten;url=watdoenwe.php;");
aI("text=Onthaal;url=watdoenwe_onthaal.php;");
aI("text=Scholenwerking;url=watdoenwe_scholen.php;");
aI("text=Min19 / bi;url=watdoenwe_min19bi.php;");
aI("text=Promotie;url=watdoenwe_promo.php;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Adres en e-mail;url=contact.php;");
aI("text=Msn;url=msn.php;");
aI("text=Nieuwsbrief;url=nieuwsbrief.php;");
aI("text=Mailinglist;url=mailinglist;");
}

with(milonic=new menuname("kalender")){
style=menuStyle;
aI("text=Januari;url=activiteiten.php;");
aI("text=Februari;url=activiteiten_next.php;");
aI("text=Fuiven;url=activiteiten_fuiven.php;");
aI("text=Bastacafé;url=bastacafe.php;");
}

with(milonic=new menuname("interactief")){
style=menuStyle;
aI("text=Open je rits!;url=openjeritsgastenboek.php;");
aI("text=Poll box;url=pollbox.php;");
aI("text=Fotogalerij;url=fotogalerij.php;");
aI("text=Faq (nieuw!);url=faq.php;");
aI("text=Tante Mary;url=tantemary.php;");
}

with(milonic=new menuname("links")){
style=menuStyle;
aI("text=Hulp en info;url=links.php;");
aI("text=Jongerengroepen;url=links_jonggroep.php;");
aI("text=Nationale organisaties;url=links_natorg.php;");
aI("text=Brussel en Vlaams-Brabant;url=links_bxlvlbrab.php;");
aI("text=Regenbooghuizen;url=links_regenbooghuis.php;");
aI("text=Ouders;url=links_ouders.php;");
aI("text=Media;url=links_media.php;");
aI("text=Portals en chat;url=links_portalschat.php;");
}

with(milonic=new menuname("website")){
style=menuStyle;
aI("text=Sitemap;url=sitemap.php;");
aI("text=Zoeken;url=zoeken.php;");
aI("text=Webmaster;url=website.php;");
aI("text=Download logo's;url=logos.php;");
}

drawMenus();
