


_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=0               // Sub menu top offset
_subOffsetLeft=5              // 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()){
itemwidth=170;
onbgcolor="#479A22";
oncolor="#ffffff";
offbgcolor="#479A22";
offcolor="#E5E5E5";
bordercolor="#479A22";
borderstyle="solid";
borderwidth=0;
separatorcolor="#479A22";
separatorsize="0";
padding=3;
fontsize="10";
fontstyle="bold";
fontfamily="verdana";
pagecolor="#000000";
pagebgcolor="#479A22";
headercolor="#333333";
headerbgcolor="#333333";
overfilter="fade(duration=.5);Alpha(opacity=88)";
outfilter="fade(duration=.3)";}


with(milonic=new menuname("markten")){
style=menuStyle;
itemwidth=120;
bordercolor="#00003C";
borderstyle="solid";
borderwidth=0;
overfilter="fade(duration=.5);Alpha(opacity=88);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=.3)";
aI("text=<b>&nbsp;Chemical industry&nbsp</b>;url=chemie.php;");
aI("text=<b>&nbsp;Food industry&nbsp</b>;url=voeding.php;");
aI("text=<b>&nbsp;Oil and Gas&nbsp</b>;url=olieengas.php;");
aI("text=<b>&nbsp;SME's&nbsp</b>;url=mkb.php;");
}

with(milonic=new menuname("products")){
style=menuStyle;
itemwidth=150;
bordercolor="#00003C";
borderstyle="solid";
borderwidth=0;
overfilter="fade(duration=.5);Alpha(opacity=88);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=.3)";
aI("text=<b>&nbsp;Feasibility studies&nbsp</b>;url=feasibility.php;");
aI("text=<b>&nbsp;Process development&nbsp</b>;url=processdes.php;");
aI("text=<b>&nbsp;Troubleshooting&nbsp</b>;url=trouble.php;");
aI("text=<b>&nbsp;Experimental research&nbsp</b>;url=experimental.php;");
}

with(milonic=new menuname("organisatie")){
style=menuStyle;
itemwidth=150;
bordercolor="#00003C";
borderstyle="solid";
borderwidth=0;
overfilter="fade(duration=.5);Alpha(opacity=88);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=.3)";
aI("text=<b>&nbsp;General information&nbsp</b>;url=general.php;");
aI("text=<b>&nbsp;History&nbsp</b>;url=history.php;");
aI("text=<b>&nbsp;Company structure&nbsp</b>;url=structure.php;");
}

with(milonic=new menuname("werken")){
style=menuStyle;
itemwidth=170;
bordercolor="#00003C";
borderstyle="solid";
borderwidth=0;
overfilter="fade(duration=.5);Alpha(opacity=88);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=.3)";
aI("text=<b>&nbsp;Colleagues about Procede&nbsp</b>;url=wekencollegas.php;");
aI("text=<b>&nbsp;Vacancies&nbsp</b>;url=vacatures.php;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
itemwidth=80;
bordercolor="#00003C";
borderstyle="solid";
borderwidth=0;
overfilter="fade(duration=.5);Alpha(opacity=88);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=.3)";
aI("text=<b>&nbsp;Address&nbsp</b>;url=adres.php;");
aI("text=<b>&nbsp;Route&nbsp</b>;url=route.php;");
aI("text=<b>&nbsp;Email&nbsp</b>;url=mailto:info@procede.nl;");
}

drawMenus();