
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=-1            // Sub menu left offset


with(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#A98648";
oncolor="#FFFFFF";
offbgcolor="#BBA070";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="100%";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#A98648";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/tri.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#FFFFFF', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=AllImagesStyle;
top=8;
//left=100;
alwaysvisible=1;
orientation="horizontal";
screenposition="center"
aI("url=index.html;image=images/1home_off.gif;overimage=images/1home_on.gif;");
aI("image=images/seprater1.jpg;");
aI("url=about_us.htm;showmenu=AboutUs;image=images/2about_off.gif;overimage=images/2about_on.gif;");
aI("image=images/seprater1.jpg;");
aI("url=stan_miller.htm;showmenu=OurStaff;image=images/3ourstaff_off.gif;overimage=images/3ourstaff_on.gif;");
aI("image=images/seprater1.jpg;");
aI("url=basic_estate.htm;showmenu=Practice;image=images/4practice_off.gif;overimage=images/4practice_on.gif;");
aI("image=images/seprater1.jpg;");
aI("url=articles.htm;showmenu=Library;image=images/5library_off.gif;overimage=images/5library_on.gif;");
aI("image=images/seprater1.jpg;");
aI("url=wealth_council.htm;showmenu=Affiliates;image=images/6affiliates_off.gif;overimage=images/6affiliates_on.gif;");
aI("image=images/seprater1.jpg;");
aI("url=little_rock.htm;showmenu=Contact;image=images/7contact_off.gif;overimage=images/7contact_on.gif;");
}

with(milonic=new menuname("AboutUs")){
style=menuStyle;
aI("text=Your Legacy Really is Our Mission;url=our_mission.htm;");
aI("text=What is Important to You;url=important.htm;");
aI("text=The Law Firm Team;url=firm_team.htm;");
aI("text=Our Future Relationship;url=relationship.htm;");
aI("text=Our Fees;url=our_fees.htm;");
}

with(milonic=new menuname("OurStaff")){
style=menuStyle;
aI("text=Attorneys;showmenu=OurStaff1;url=Javascript:void(0);");
aI("text=Staff;showmenu=OurStaff2;url=Javascript:void(0);");
}

	with(milonic=new menuname("OurStaff1")){
	style=menuStyle;
	aI("text=Stan Miller;url=stan_miller.htm;");
	aI("text=D. Scott Schrader;url=scott_schrader.htm;");
	aI("text=Rebecca Winburn;url=rebecca_winburn.htm;");
	aI("text=John G. Shram;url=john_shram.htm;");
	}

	with(milonic=new menuname("OurStaff2")){
	style=menuStyle;
	aI("text=Alicia Homan;url=alicia_homan.htm;");
	aI("text=Valerie Hardin;url=valerie_hardin.htm;");

	}

with(milonic=new menuname("Practice")){
style=menuStyle;
aI("text=Primary Estate Planning;showmenu=Practice1;url=basic_estate.htm;");
aI("text=Advanced Estate Planning;url=advanced_estate.htm;");
aI("text=Elder Law;showmenu=Practice3;url=elderlaw_medicaid.htm;");
aI("text=Wealth Preservation & Asset Protection;url=asset_protection.htm;");
aI("text=Charitable Planning;url=charitable_planning.htm;");
aI("text=Income Tax Planning;url=income_tax.htm;");
}
	with(milonic=new menuname("Practice1")){
	style=menuStyle;
	aI("text=Revocable Living Trusts;url=living_trusts.htm;");
	aI("text=Irrevocable Life Insurance Trusts;url=life_insurance.htm;");
	aI("text=Post-Death Administration;url=administration.htm;");
	}

	with(milonic=new menuname("Practice3")){
	style=menuStyle;
	aI("text=Medicare;url=medicare.htm;");
	aI("text=Paying Your Own Way;url=own_way.htm;");
	aI("text=Private Insurance;url=private_insurance.htm;");
	aI("text=Links;url=elderlaw_links.htm;");
	}

with(milonic=new menuname("Library")){
style=menuStyle;
aI("text=Articles;url=articles.htm;");
aI("text=Information;url=information.htm;");
aI("text=Links;url=links.htm;");
}

with(milonic=new menuname("Affiliates")){
style=menuStyle;
aI("text=WealthCounsel, LLC;url=wealth_council.htm;");
aI("text=The StoneTree Group, LLLP;url=crolx_group.htm;");
aI("text=The Institute for Family Wealth, LLC;url=family_wealth.htm;");
aI("text=Nichols, Newman, Logan & D'Eramo, P.C.;url=law_firm.htm;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Little Rock, Arkansas;url=little_rock.htm;");
aI("text=Hot Springs, Arkansas;url=hot_springs.htm;");
aI("text=StoneTree Group, LLLP;url=croix_group.htm;");
}

drawMenus();

