///////////////// GLOBAL SETTINGS //////////////////
_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=40 // Follow scrolling Rate
_subOffsetTop=0  // Sub menu top offset
_subOffsetLeft=0 // Sub menu left offset
_scrollAmount=0 // Only needed for Netscape 4.x
_scrollDelay=0 // Only needed for Netcsape 4.x

///////////////// MAINMENU STYLE //////////////////
with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#FFAC8C";
offbgcolor="#FFAC8C";
offcolor="#FFFFFF";
bordercolor="#      ";
borderstyle="none";
borderwidth=0;
separatorcolor="#FFAC8C";
separatorsize="1";
padding=2;
fontsize="13px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica";
headercolor="#FFFFFF";
headerbgcolor="#FFAC8C";
subimage="http://cms.jemasoft.be/images/arrow.gif";
subimagepadding="1";
overfilter="randomdissolve(duration=0.2)";
outfilter="randomdissolve(duration=0.3)";
position="relative";
itemwidth=220;
itemheight=20;
}

///////////////// SUBMENU STYLE //////////////////
with(subStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#FFAC8C";
offbgcolor="#FFAC8C";
offcolor="#ffffff";
bordercolor="#      ";
borderstyle="none";
borderwidth=0;
separatorcolor="#FFAC8C";
separatorsize="1";
padding=2;
fontsize="13px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://cms.jemasoft.be/images/arrow.gif";
subimagepadding="1";
overfilter="randomdissolve(duration=0.2)";
outfilter="randomdissolve(duration=0.3)";
position="relative";
itemwidth=180;
itemheight=20;
}



