


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=50            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyleM=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#FFFFFF";
bordercolor="#333366";
borderstyle="solid";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
pagecolor="#000000";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
}

with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#999999";
offbgcolor="#FFFFFF";
offcolor="#666666";
padding=5;
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="1";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
align="center";
pagecolor="#000000";
pagebgcolor="#FFFFFF";
headercolor="#FFFFFF";
headerbgcolor="#FFFFFF";
overfilter="Alpha(opacity=90)";
}

with(milonic=new menuname("about")){
style=menuStyle;
top=65;
left="offset=10"
itemwidth=160;
aI("text=Resume;url=cv.shtml;status=Resume;");
}

with(milonic=new menuname("services")){
style=menuStyle;
top=65;
left="offset=10"
itemwidth=200;
aI("text=Lost Profits and Business Interruption;url=lost_profits.shtml;status=Lost Profits and Business Interruption;");
aI("text=Business Valuation;url=business_val.shtml;status=Business Valuation;");
aI("text=Forensic Accounting and Fraud Investigations;url=forensic_acct.shtml;status=Forensic Accountingand Fraud Investigations;");
aI("text=Securities Matters;url=securities.shtml;status=Securities Matters;");
}

with(milonic=new menuname("resources")){
style=menuStyle;
top=65;
left="offset=10"
itemwidth=160;
aI("text=Ask An Expert;url=ask_expert.shtml;status=Ask An Expert;");
}


drawMenus();

