fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#B9C7D4";
offcolor="#000000";
onbgcolor="#666699";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#666699";
pagecolor="FFFFFF";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=100;
aI("showmenu=Home;text=Home;url=index.html;");
aI("showmenu=Partners;text=Mindslim/Mindrobics;url=mindslim.html;");
aI("showmenu=Links;text=PT and Coaching;url=coaching.html;");
aI("showmenu=MyMilonic;text=Products;url=products.html;");
aI("showmenu=resources;text=Resources & Links;url=links.html;");
aI("showmenu=Milonic;text=About Me;url=about.html;");
aI("showmenu=contact;text=Contact;url=contact.html;");
}
with(milonic=new menuname("Home")){
style=menuStyle;
}

with(milonic=new menuname("Milonic")){
style=menuStyle;
aI("text=Founders Note;url=about.html;");
aI("text=Qualifications;url=about.html;");
}

with(milonic=new menuname("Partners")){
style=menuStyle;
aI("text=Weekly Classes;url=mindslim.html;");
aI("text=What is Mindslim?;url=mindslim.html#whatis;");
aI("text=Mindslim Coaching;url=mindslim.html#coaching;");
aI("text=Workshops & Seminars;url=mindslim.html#workshop;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Personal Training;url=coaching.html;");
aI("text=Life Coaching;url=coaching.html#coaching;");
aI("text=Health Screening;url=coaching.html#wellness;");
}

with(milonic=new menuname("resources")){
style=menuStyle;
aI("text=Newsletters;url=links.html;");
aI("text=NLP Coaching and Self Mastery;url=links.html#coaching;");
aI("text=Healthy Eating and Fitness;url=links.html#healthy;");
aI("text=Eating Disorders;url=links.html#eating;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
}

with(milonic=new menuname("MyMilonic")){
style=menuStyle;
aI("text=MindSlim/Mindrobics Coaching CD and MP3;url=products.html;");
aI("text=MindSlim ebook;url=products.html#ebook;");
}

drawMenus();

