_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=0              // Sub menu top offset
_subOffsetLeft=-1             // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
onbgcolor="#FEF3D5";
oncolor="#000000";
offbgcolor="#215B33";
offcolor="#ffffff";
bordercolor="#6F706F";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#9FB862";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=73;
center=0;
alwaysvisible=1;
orientation="horizontal";
aI("image=images/home.jpg;overimage=images/home.jpg;url=index.html;subimage=;borderwidth=0;separatorsize=0;");
aI("image=images/bio.jpg;overimage=images/bio.jpg;url=bio.html;subimage=;separatorsize=0;");
aI("image=images/service.jpg;overimage=images/service.jpg;showmenu=services;url=services.html;subimage=;separatorsize=0;");
aI("image=images/about.jpg;overimage=images/about.jpg;url=about.html;subimage=;separatorsize=0;");
aI("image=images/contact.jpg;overimage=images/contact.jpg;url=contact.html;subimage=;separatorsize=0;");
aI("image=images/brochure.jpg;overimage=images/brochure.jpg;showmenu=brochure;url=brochure.html;subimage=;separatorsize=0;");
}
	
	
		with(milonic=new menuname("services")){
	style=menuStyle;
	aI("text=Accounting and CFO Outsourcing;url=accounting.html;");
	aI("text=Litigation and Trial Support, Expert Witness Services;url=litigation.html;");
	aI("text=Fraud Examination and Deterrence ;url=fraud.html;");
	aI("text=Small Business Consulting ;url=smallbusiness.html;");
	aI("text=Business Valuation;url=valuation.html;");
	}	
	
		with(milonic=new menuname("brochure")){
	style=menuStyle;
	aI("text=How to Prevent and Deter Fraud in your Business;url=Fraud.pdf;");
	aI("text=Professional Valuation Services;url=Valuation.pdf;");
	aI("text=Qualified Fraud Deterrence Services;url=Fraudeterrences.pdf;");
	aI("text=CPA: Adding Value to your Case at Every Step;url=CPA.pdf;");

	}
		//with(milonic=new menuname("Class Actions")){
		//style=menuStyle;
		//aI("text=Class Actions FAQ;url=faq.html;");
		//}


drawMenus();