

_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="#ffffff";
oncolor="#000099";
offbgcolor="#000099";
offcolor="#ffffff";
// bordercolor="#ffffff";
// borderstyle="solid";
// borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
pagecolor="black";
pagebgcolor="#cccccc";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=80;
left=0;
menuwidth="100%";
menualign="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=/;status=Back To Home Page;");
aI("text=Coaching;url=/coaching.php;");
aI("text=Training;url=/training.php;");
aI("text=Assessments;url=/assessments.php;");
aI("text=Clients;url=/clients.php;");
aI("text=About Us;url=/about_us.php;");
// aI("text=Business Assessment;url=#;");
aI("text=E-newsletter sign-up;url=/newsletter.php;");
aI("text=Contact Us;url=/contact_us.php;");
//aI("text=Learning Instruments;url=/instruments/instruments.php;");
// aI("text=Store;url=http://shop.coachingsolutions.com;");
aI("text=PeerSight;url=/peersight.php;");
aI("text=Audio Group, LLC;url=http://www.audiogroup.com/;");
}

drawMenus();

