


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#FF9933";
oncolor="#ffffff";
offbgcolor="#990033";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=2;
separatorcolor="#2D729D";
separatorsize="2";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="yangredforblS.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=260;
left=57;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.html;status=Back To Home Page;");
aI("text=Coaching;url=coaching.html;showmenu=Coaching;");
aI("text=Feng Shui;url=feng-shui.html;showmenu=Feng Shui;");
aI("text=About Alison;url=about-me.html;showmenu=About Alison;");
aI("text=Testimonials;url=testimonials.html;status=Testimonials;");
aI("text=News;url=news.html;status=News");
aI("text=Calendar;url=calendar.html;status=Calendar;");
aI("text=Client's Section;url=client.html;showmenu=Client's Section;");
aI("text=Contact Me;url=contact.html;status=Contact Me;");
}

with(milonic=new menuname("Coaching")){
style=menuStyle;
overflow="scroll";
aI("text=Athletic;url=athletic.html;");
aI("text=Life;url=life.html;");
aI("text=Quick Advice;url=quick.html;");
aI("text=Schedule;url=calendar.html;");
}

with(milonic=new menuname("About Alison")){
style=menuStyle;
overflow="scroll";
aI("text=Meet Alison;url=about-me.html#meet;");
aI("text=Alison's Accomplishments;url=about-me.html#accomp;");
aI("text=Curriculum Vitae;url=docs/Boudreau_CV_without_address.doc;");
}



with(milonic=new menuname("Feng Shui")){
style=menuStyle;
aI("text=Consulting;url=fs-consulting.html;");
aI("text=FAQ;url=char-fsFAQ.html;");
aI("text=Resources;url=fs-resources.html;");
}

with(milonic=new menuname("Client's Section")){
style=menuStyle;
aI("text=Enter protected section;url=enter.html;");
aI("text=Register;url=register.html;");
}




drawMenus();

