


_menuCloseDelay=500           // 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=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#006600";
oncolor="#ffffff";
offbgcolor="#043859";
offcolor="#ffffff";
bordercolor="#043859";
borderstyle="solid";
borderwidth=1;
separatorcolor="#043859";
separatorsize="1";
padding=5;
fontsize="60%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#006600";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Dakvensters")){
style=menuStyle;
aI("text=Algemeen;url=dv_dakvensters.htm");
aI("text=Top- & Everfinish;url=dv_afwerking.htm");
aI("text=Systemen;showmenu=Systemen;status=;");
aI("text=Opties;url=dv_opties.htm");
aI("text=Aanvullende info;url=dv_aanvullende.htm");
aI("text=Prijzen;url=dv_prijzen.htm");
aI("text=Raamdecoratie;url=dv_raamdecoratie.htm");
}

with(milonic=new menuname("Systemen")){
style=menuStyle;
aI("text=Tuimel;url=dv_tuimel.htm;");
aI("text=UitzetTuimel;url=dv_uitzettuimel.htm;");
aI("text=Combinatie;url=dv_combinatie.htm;");
}

with(milonic=new menuname("Dakkapellen")){
style=menuStyle;
aI("text=Algemeen;url=dk_dakkapellen.htm");
aI("text=Uitvoeringen;url=dk_uitvoeringen.htm;");
aI("text=Prijzen;url=dk_prijzen.htm;");
aI("text=Aanvullende info;url=dk_aanvullend.htm;");
aI("text=Raamdecoratie;url=dk_raamdecoratie.htm;");
}

with(milonic=new menuname("Timmerwerken")){
style=menuStyle;
aI("text=Algemeen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=timmerwerken.htm;");
aI("text=Forta dakgoten;url=forta.htm;");
aI("text=Paris dakvensters;url=paris.htm;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
}

with(milonic=new menuname("Over ons")){
style=menuStyle;
}

with(milonic=new menuname("home")){
style=menuStyle;
}
drawMenus();


