_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="#CC0033";
oncolor="#ffffff";
offbgcolor="#062136";
offcolor="#ffffff";
bordercolor="#58809A";
borderstyle="solid";
borderwidth=2;
separatorcolor="#555555";
separatorsize="1";
padding=4;
fontsize="10px";
fontweight="bold";
fontfamily="Tahoma";
pagecolor="black";
pagebgcolor="#82B6D7";
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=231;
center=0;
alwaysvisible=1;
orientation="horizontal";
aI("image=images/home.gif;overimage=images/home.gif;showmenu=home;url=./;subimage=;borderwidth=0;separatorsize=0;");
aI("image=images/case.gif;overimage=images/case.gif;url=referrals.html;subimage=;separatorsize=0;");
aI("image=images/free.gif;overimage=images/free.gif;url=case_review.html;subimage=;separatorsize=0;");
aI("image=images/press.gif;overimage=images/press.gif;showmenu=press;url=pressroom.html;subimage=;separatorsize=0;");
aI("image=images/about.gif;overimage=images/about.gif;showmenu=about;url=about.html;subimage=;separatorsize=0;");
aI("image=images/lemon.gif;overimage=images/lemon.gif;showmenu=lemon;url=lemon.html;subimage=;separatorsize=0;");
aI("image=images/blog.gif;overimage=images/blog.gif;url=http://www.calemonlawblog.com;target=_blank;subimage=;separatorsize=0;");
aI("image=images/contact.gif;overimage=images/contact.gif;showmenu=contact;url=contact.html;subimage=;separatorsize=0;");
}
	with(milonic=new menuname("home")){
	style=menuStyle;
	aI("text=En Espaņol;url=espanol.html;");
	}
		with(milonic=new menuname("contact")){
	style=menuStyle;
	aI("text=Free Case Review ;url=case_review.html;");
	}
		with(milonic=new menuname("about")){
	style=menuStyle;
	aI("text=Recent Victories;url=recent_victories.html;");
	aI("text=Our Current Cases, Class Action Suits;url=current_cases.html;");
	aI("text=The AFLC in the News;url=pressroom.html;");
	aI("text=Have Consumers Had Problems with Your Dealer?;url=dealer.html;");
	aI("text=Attorney Profiles;url=profiles.html;showmenu=profile;");
	aI("text=Our Defendants;showmenu=defendants;");
	}
	with(milonic=new menuname("profile")){
	style=menuStyle;
	aI("text=Hallen D. Rosner;url=bio_rosner.html;");
	//aI("text=Alan M. Mansfield;url=bio_mansfield.html;");
	aI("text=Hawk Barry;url=bio_barry.html;");
	aI("text=Gregory T. Babbitt;url=bio_babbitt.html;");
	//aI("text=John W. Hanson;url=bio_hanson.html;");
	aI("text=Sharon E. Glassey;url=bio_glassey.html;");
	aI("text=Angela J. Smith;url=bio_smith.html;");
	
	//aI("text=Michael Vachon;url=bio_vachon.html;");
	//aI("text=Cecilia Brennan;url=bio_brennan.html;");
	//aI("text=A. Kerry Stack;url=bio_stack.html;");
	
	}
	with(milonic=new menuname("defendants")){
	style=menuStyle;
	aI("text=Defendants 2006;url=defendants2006.html;");
	aI("text=Defendants 2007;url=defendants2007.html;");
	
	}

	with(milonic=new menuname("lemon")){
	style=menuStyle;
	aI("text=Auto Fraud Information Center;url=auto_fraud.html;showmenu=auto");
	//aI("text=Lemon Law Information Center;url=lemon_law.html;showmenu=lemon1");
	aI("text=Important Links;url=important_links.html;");
	
	}

		with(milonic=new menuname("auto")){
	style=menuStyle;
	aI("text=11 Auto Fraud Tricks You Need to Know;url=11auto_fraud.html;");
	aI("text=Your Rights as California Vehicle Consumer;url=rights.html;");
	aI("text=If your vehicle is repossessed;url=11auto_fraud.html#012;");
	aI("text=Auto Fraud FAQs;url=auto_fraud_faqs.html;");
	//aI("text=Fraudulent Dealers;url=fraudulent_dealers.html;");
	
	}
		with(milonic=new menuname("lemon1")){
	style=menuStyle;
	aI("text=California Lemon Law;url=california_lemon_law.html;");
	aI("text=Lemon Law FAQs;url=lemon_faq.html;");
	
	}
with(milonic=new menuname("press")){
	style=menuStyle;
	aI("text=News&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=news.html;");
	aI("text=Testimonials;url=testimonials.html;");
	}


drawMenus();