/*
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=600      // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150       // The time delay before menus open on mouse over
_subOffsetTop=0          // Sub menu top offset
_subOffsetLeft=0         // Sub menu left offset



with(SubmenuStyle=new mm_style()){
onbgcolor="#38A1E6";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#333333";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#333333";
separatorsize="1";
padding=3;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="img/menu_arrow.gif";
subimagepadding="4";
align='center';
itemwidth=150;
overfilter="Fade(duration=0.4);Alpha(opacity=94)";
outfilter="fade(duration=0.4)";
}


with(milonic=new menuname("De Lier")){
style=SubmenuStyle;
top="offset=-1px";
left="offset=0px";
openstyle="up";
aI("text=<b>Bereikbaarheid</b>;url=bereikbaarheid.asp;");
aI("text=<b>Voorzieningen</b>;url=voorzieningen.asp;");
}

with(milonic=new menuname("Deelgebieden")){
style=SubmenuStyle;
top="offset=-1px";
left="offset=11px";
openstyle="up";
aI("text=<b>De Hoven</b>;showmenu=De Hoven");
aI("text=<b>Randzone</b>;oncolor=#CCCCCC;offcolor=#CCCCCC;showmenu=Randzone");
aI("text=<b>Parkzone</b>;showmenu=Parkzone");
}

	with(milonic=new menuname("De Hoven")){
	style=SubmenuStyle;
	aI("text=( In ontwikkeling )");
	}

	with(milonic=new menuname("Randzone")){
	style=SubmenuStyle;
	aI("text=( Opgeleverd );oncolor=#999999;offcolor=#999999;");
	}
	
	with(milonic=new menuname("Parkzone")){
	style=SubmenuStyle;
	aI("text=( In ontwikkeling )");
	}
	
with(milonic=new menuname("Contact")){
style=SubmenuStyle;
top="offset=-1px";
left="offset=8px";
openstyle="up";
aI("text=<b>Inschrijven</b>;url=inschrijfformulier.asp;");
aI("text=<b>Contact</b>;url=contact.asp;");
}

drawMenus();