


_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

//#295AA5







with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#82997B";
offbgcolor="";
offcolor="#ffffff";
borderwidth=0;
separatorcolor="#9A6666";
separatorsize="0";
padding=5;
fontsize="15";
fontstyle="normal";
fontweight="bold";
fontfamily=" Arial, Verdana, Tahoma";
align="right";
//overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";

}












drawMenus();

