_menuCloseDelay=0           // 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=50                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=2           // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle1=new mm_style()){
align="left"
onbgcolor="#D1DEED";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="1";
padding="2 5 2 7";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#000000";
pagebgcolor="#cccccc";
headercolor="#000000";
headerbgcolor="#000000";
subimage="images/arrow.gif";
subimagepadding="1";
}

with(menuStyle2=new mm_style()){
align="left"
onbgcolor="#D1DEED";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding="2 5 2 7";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#000000";
pagebgcolor="#cccccc";
headercolor="#000000";
headerbgcolor="#000000";
subimage="images/arrow.gif";
subimagepadding="1";
}

with(menuStyle3=new mm_style()){
align="left"
onbgcolor="#D1DEED";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="1";
padding="2 5 2 7";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#000000";
pagebgcolor="#cccccc";
headercolor="#000000";
headerbgcolor="#000000";
subimagepadding="1";
}

with(milonic=new menuname("foy")){
style=menuStyle2;
itemwidth=150;
aI("text=HomePage;url=index.shtml;");
aI("text=About Our Firm;url=about_us.shtml;");
aI("text=Meet Our Attorneys;showmenu=attorneys;");
aI("text=Testimonials;url=testimonial.shtml;");
aI("text=Case Results;url=case_results.shtml;");
}

with(milonic=new menuname("attorneys")){
style=menuStyle2;
itemwidth=150;
aI("text=Ryan Hodge;url=ryan.shtml;");
aI("text=Elaine Winter;url=elaine.shtml;");
}


