
_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=50                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0             // Sub menu top offset
_subOffsetLeft=1            // 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())
{//menu principal
itemheight="14";
onbgcolor="#BECDCD";
oncolor="#ff9900";			//texte survolé
offbgcolor="#003366";
offcolor="#ffffff";			//texte normal
borderwidth=0;
separatorcolor="#BECDCD";
separatorsize="3";
separatorheight="14";
separatorpadding="2";
padding=5;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="ff9900";
pagebgcolor="#BECDCD";
headercolor="#000000";
headerbgcolor="#BECDCD";
subimage="arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#999999', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(submenuStyle=new mm_style())
{//sous menu
itemheight="14";
onbgcolor="#333333";
oncolor="#ff9900";			//texte survolé
offbgcolor="#444444";
offcolor="#ffffff";			//texte normal
borderwidth=0;
separatorcolor="#CCCCCC";
separatorsize="1";
separatorheight="18";
//separatorpadding="2";
padding=3;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="ff9900";
pagebgcolor="#000000";
headercolor="#000000";
headerbgcolor="#666666";
subimage="arrow.gif";
subimagepadding="0";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#999999', Direction=135, Strength=5)";
}


drawMenus();

