_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="#F6D988";

oncolor="#4B1A03";

offbgcolor="#4F1A02";

offcolor="#FFE48F";

bordercolor="#962D22";

borderstyle="solid";

borderwidth=1;

separatorcolor="#962D22";

separatorsize="1";

padding=4;

fontsize="11px";

fontstyle="bold";

fontfamily="Verdana, Tahoma, Arial";

pagecolor="black";

pagebgcolor="#CE9E4E";

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=85;

center=0;

alwaysvisible=1;

orientation="horizontal";

aI("image=images/home.gif;overimage=images/home.gif;url=./;subimage=;borderwidth=0;separatorsize=0;");

aI("image=images/firm.gif;overimage=images/firm.gif;showmenu=firm;url=firm.html;subimage=;separatorsize=0;");

aI("image=images/joe.gif;overimage=images/joe.gif;showmenu=joes;url=joe.html;subimage=;separatorsize=0;");

aI("image=images/areas.gif;overimage=images/areas.gif;showmenu=areas;url=areas.html;subimage=;separatorsize=0;");

aI("image=images/victories.gif;overimage=images/victories.gif;showmenu=news;url=recent_cases.html;subimage=;separatorsize=0;");

aI("image=images/news.gif;overimage=images/news.gif;url=http://www.blawgger.com;target=_blank;subimage=;separatorsize=0;");

aI("image=images/case.gif;overimage=images/case.gif;url=case.html;subimage=;separatorsize=0;");

aI("image=images/contact.gif;overimage=images/contact.gif;url=contact.html;subimage=;separatorsize=0;");

}

	
	
	with(milonic=new menuname("joes")){

	style=menuStyle;

	aI("text=Affiliations and Admissions;url=affiliations.html;");

	aI("text=Awards and Certifications;url=awards.html;");  

	

	}	

	with(milonic=new menuname("news")){

	style=menuStyle;

	aI("text=Bodiford Firm News;url=news.html;");

	

	}	


	with(milonic=new menuname("areas")){

	style=menuStyle;

	aI("text=If You've Been Arrested;showmenu=arrested;url=arrest.html;");

	aI("text=How We Defend You;url=defend.html;"); 

	aI("text=The Criminal Process;url=process.html;"); 

	aI("text=Criminal Defense;url=criminal.html;"); 

	aI("text=Appeals / Post Conviction ;showmenu=appeals;url=appeals.html;"); 

	aI("text=Federal Crimes;showmenu=federal;url=federal_crimes.html;"); 

	aI("text=Violent Crimes;url=violent_crimes.html;"); 

	aI("text=Drug Charges;showmenu=charges;url=drug_charges.html;"); 

	aI("text=DUI / DWI Defense;showmenu=dui;url=dui.html;"); 

	aI("text=White Collar Crimes;showmenu=collar;url=white_collar.html;");  

	

	}		

	

		with(milonic=new menuname("arrested")){

	style=menuStyle;

	aI("text=Guide to Florida's Court System ;url=system.html;");

	

	}	

			with(milonic=new menuname("appeals")){

	style=menuStyle;

	aI("text=Appeals Defined ;url=appeals_defined.html;");

	aI("text=Appeals FAQ;url=appeals_faq.html;");

	

	}	

			with(milonic=new menuname("federal")){

	style=menuStyle;

	aI("text=Federal Law ;url=federal_law.html;");


	

	}	



			with(milonic=new menuname("charges")){

	style=menuStyle;

	aI("text=Defense of Drug Charges ;url=defense_drug_charges.html;");

	aI("text=Schedules & Punishment ;url=punishment.html;");

	

	}	

			with(milonic=new menuname("dui")){

	style=menuStyle;

	aI("text=Driving Under the Influence ;url=influence.html;");

	aI("text=Arraignment, Hearings, Motions, Trial & Sentencing ;url=sentencing.html;");

	

	}	

			with(milonic=new menuname("collar")){

	style=menuStyle;

	aI("text=Types of Charges;url=charges_types.html;");

	aI("text=Penalties;url=penalties.html;");

	

	}	

	

	with(milonic=new menuname("firm")){

	style=menuStyle;

	aI("text=Practice Philosophy;url=philosophy.html;");

	aI("text=What Board Certification Means;url=certification.html;");



	

	}	

		with(milonic=new menuname("news")){

	style=menuStyle;

	aI("text=Florida Criminal News;url=news_criminal.html;");

	aI("text=Florida DUI News;url=news_dui.html;");

	aI("text=Florida Drug  Charges;url=news_drugs.html;");

	aI("text=Law Firm News;url=http://www.blawgger.com/;target=_blank;");



	

	}	

	

drawMenus();