_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
bordercolor="SteelBlue";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="SteelBlue";
onbgcolor="#E7E6E7";
oncolor="MediumVioletRed";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding="4";
separatorcolor="#ffffff";
separatorsize="1";
subimagepadding="8";
imagepadding="8";
}

with(menuStyle=new mm_style()){
bordercolor="SteelBlue";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="SteelBlue";
onbgcolor="#E7E6E7";
oncolor="MediumVioletRed";
outfilter="Fade(Overlap=1.00)";
padding="6";
separatorcolor="Transparent";
separatorsize="3";
imagepadding="6";
itemwidth="185";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=.././;");
aI("text=About Coaching & NLP;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("text=What is Coaching;target=;url=what-is-coaching.html;");
aI("text=What is NLP;target=;url=what-is-nlp.html;");
aI("text=Professional Bodies - Coaching & NLP;target=;url=professional-bodies-coaching-&-nlp.html;");
aI("showmenu=The Mind Explained/The Conscious and Sub-Conscious MindLEFT_MENU;text=The Mind Explained;target=;url=how-your-mind-works.html;");
}

with(milonic=new menuname("The Mind Explained/The Conscious and Sub-Conscious MindLEFT_MENU")){
style=submenuStyle;
aI("text=The Conscious and Sub-Conscious Mind;target=;url=the-conscious-and-sub-conscious-mind.html;");
aI("text=Making Changes;target=;url=making-changes.html;");
aI("text=Your unconscious mind;target=;url=your-unconscious-mind.html;");
aI("text=The Power of the Mind;target=;url=the-power-of-the-mind.html;");
}


 drawMenus();

