


_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="#808080";
oncolor="#ffffff";
offbgcolor="#800000";
offcolor="#ffffff";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=2;
fontsize="12";
fontstyle="normal";
fontweight="normal";
fontfamily=" Arial, Verdana, Tahoma";
align="center";
//overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";

}





with(menuStyle_inside=new mm_style()){
onbgcolor="#808080";
oncolor="#ffffff";
offbgcolor="#800000";
offcolor="#ffffff";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="12";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial, Verdana, Tahoma";

align="left";
//overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}


with(menuStyle2=new mm_style()){
onbgcolor="#808080";
oncolor="#ffffff";
offbgcolor="#800000";
offcolor="#ffffff";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="12";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Tahoma, Arial";
align="left";
//overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";

}






with(milonic=new menuname("services")){
style=menuStyle2;
itemwidth=300;
aI("text=Fine Tuning Your Writing;url=http://www.fine-tuningyourwriting.com/;status=Fine Tuning Your Writing;");
aI("text=For Consultants and Publishers;url=http://www.fine-tuningyourwriting.com/consultants.html;status=For Consultants and Publishers;");
aI("text=Keynotes and Seminars;url=http://www.luellenperformancegroup.com/keynotes_seminars.html;status=Keynotes and Seminars;");
aI("text=Paper Review;url=http://www.fine-tuningyourwriting.com/review.html;status=Paper Review;");
aI("text=Scholarly and Professional Short Courses;url=http://www.luellenperformancegroup.com/short_courses.html;status=Scholarly and Professional Short Courses;");


}


drawMenus();

