_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=0               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(HeadersStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#666699";
ondecoration="underline"
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
padding=12;
fontsize="105%";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial Narrow, Arial, Helvetica, sans-serif";
pagecolor="#666699";
headercolor="#000000";
headerbgcolor="#EAEAEA";
}

with(milonic=new menuname("Main Menu")){
style=HeadersStyle;
top=150;
left=727;
alwaysvisible=1;
aI("text=TRAINING PROGRAMS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;separatorcolor=#666666;separatorsize=1;type=header;align=align;");
aI("text=Best Practices Guidelines;url=knowthecode.htm;");
aI("text=Avoiding Industry Games;url=games.htm;");
aI("text=Leadership, Ethics, and the Link<br>to Sustainable Profits;url=leadership.htm;");
aI("text=Estimating and Purchasing Best<br> Practices;url=purchasing.htm");
aI("text=Project Management and Field<br>Supervision Best Practices;url=project.htm");
aI("text=Accounting and Finance Best<br>Practices;url=accounting.htm;");
}

drawMenus();



