_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="#091E38";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#6F706F";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12px";
fontstyle="bold";
fontfamily="Verdana";
pagecolor="white";
pagebgcolor="#000000";
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=61;
center=0;
alwaysvisible=1;
orientation="horizontal";
aI("text=&nbsp;&nbsp;Home&nbsp;&nbsp;;url=index.html;subimage=;borderwidth=0;separatorsize=0;");
aI("text=&nbsp;&nbsp;Firm History&nbsp;&nbsp;;url=firm.html;subimage=;separatorsize=0;");
aI("text=&nbsp;&nbsp;Our Offices&nbsp;&nbsp;;url=office.html;subimage=;separatorsize=0;");
aI("text=&nbsp;&nbsp;Attorneys&nbsp;&nbsp;;showmenu=attorneys;url=attorneys.html;subimage=;separatorsize=0;");
aI("text=&nbsp;&nbsp;Practice Areas&nbsp;&nbsp;;url=areas.html;subimage=;separatorsize=0;");
aI("text=&nbsp;&nbsp;Representative Clients&nbsp;&nbsp;;url=repclients.html;subimage=;separatorsize=0;");
aI("text=&nbsp;&nbsp;Recent Developments &nbsp;&nbsp;;showmenu=recent;url=developments.html;subimage=;separatorsize=0;");
aI("text=&nbsp;&nbsp;Links&nbsp;&nbsp;;showmenu=links;url=links.html;subimage=;separatorsize=0;");
aI("text=&nbsp;&nbsp;Contact&nbsp;&nbsp;;url=contact.html;subimage=;separatorsize=0;");
}
	with(milonic=new menuname("attorneys")){
	style=menuStyle;
	aI("text=Geffrey W. Anderson ;url=bio_anderson.html;");
	aI("text=Anthony (Andy) M. Kuehler;url=bio_kuehler.html;");
	aI("text=Joel P. Smyer;url=bio_symer.html;");
	aI("text=Guy H. Riddle;url=bio_riddle.html;");
	aI("text=Jon Harrison ;url=bio_harrison.html;");
	aI("text=Liane A. Janovsky;url=bio_janovsky.html;");
	aI("text=Bronwyn M. Scharar;url=bio_scharar.html;");
	aI("text=Murray W. Camp;url=bio_camp.html;");

	}



	with(milonic=new menuname("recent")){
	style=menuStyle;
	aI("text=Cases Tried or Appealed ;url=cases.html;");
	aI("text=Articles;url=articles.html;");
	
	
	}
with(milonic=new menuname("links")){
	style=menuStyle;
	aI("text=Aviation;url=links_av.html;");
	aI("text=General Law ;url=links_gen.html;");
	aI("text=Insurance;url=links_ins.html;");
	aI("text=Texas Law and Information;url=links_texas.html;");
	
	}
		//with(milonic=new menuname("Class Actions")){
		//style=menuStyle;
		//aI("text=Class Actions FAQ;url=faq.html;");
		//}


drawMenus();