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="#0474c5";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="110%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#0474c5";
offcolor="#ffffff";
onbgcolor="#0474c5";
oncolor="#00CCFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#83b9e0";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="images/bullet.gif";
subimagepadding=2;
}

with(new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
position="relative";
aI("text=Home;url=index.html");
aI("showmenu=TransformationCoaching;text=Transformation Coaching;");
aI("text=Articles;url=articles.html");
aI("text=Book Reviews;url=book_reviews.html");
aI("text=Links;url=links.html");
aI("text=Blog;url=http://limitlessbeing.blogspot.com");
aI("text=Contact Us;url=contact_us.html");
}

with(new menuname("TransformationCoaching")){
overflow="scroll";
style=menuStyle;
aI("text=A Personal Letter From Your Coach;url=transformation_coaching.html;")
aI("text=About Your Coach;url=about_us.html;")
aI("text=What is Transformation Coaching?;url=transformation_coaching_what.html;")
aI("text=Benefits of Transformation Coaching?;url=transformation_coaching_benefits.html;")
aI("text=Format of Transformation Coaching?;url=transformation_coaching_format.html;")
aI("text=Logistics;url=transformation_coaching_how.html;")
aI("text=Testimonials;url=testimonials.html;")
}



drawMenus();

