_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="#D3D2D0"; oncolor="#000000"; offbgcolor="#938C77"; offcolor="#ffffff"; bordercolor="#000000"; borderstyle="solid"; borderwidth=1; separatorcolor="#000000"; separatorsize="1"; padding=4; fontsize="11px"; fontstyle="bold"; fontfamily="Verdana, Tahoma, Arial"; pagecolor="black"; pagebgcolor="#BAB7AF"; 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=91; center=0; alwaysvisible=1; orientation="horizontal"; aI("image=/images/home.gif;overimage=/images/home.gif;url=/;subimage=;borderwidth=0;separatorsize=0;"); aI("image=/images/attorney.gif;overimage=/images/attorney.gif;url=/attorney.html;subimage=;separatorsize=0;"); aI("image=/images/areas.gif;overimage=/images/areas.gif;showmenu=areas;url=/areas.html;subimage=;separatorsize=0;"); aI("image=/images/about.gif;overimage=/images/about.gif;url=/about.html;subimage=;separatorsize=0;"); aI("image=/images/news.gif;overimage=/images/news.gif;showmenu=newsletters;url=/newsletters;subimage=;separatorsize=0;"); aI("image=/images/en.gif;overimage=/images/en.gif;url=/espanol.php;subimage=;separatorsize=0;"); aI("image=/images/contact.gif;overimage=/images/contact.gif;url=/contact.php;subimage=;separatorsize=0;"); } with(milonic=new menuname("areas")){ style=menuStyle; aI("text=Vehicle Accident;url=/auto_accident.html;"); aI("text=Workers Compensation;url=/work.html;"); aI("text=Chapter 7 Bankruptcy;url=/bankruptcy.html;"); aI("text=Motorcycle Accidents;url=/motorcycle_accident.html;"); aI("text=Tractor Trailer Accidents;url=/tractor_trailer_accident.html;"); aI("text=Wrongful Death;url=/wrongful_death.html;"); } with(milonic=new menuname("newsletters")){ style=menuStyle; aI("text=Proving a Wrongful Death Case in Smyrna;url=/newsletters/proving-a-wrongful-death-case-in-smyrna");aI("text=What to do When You Are Bitten by a Dog in Georgia;url=/newsletters/what-to-do-when-you-are-bitten-by-a-dog-in-georgia");aI("text=Insurance Companies Often Want to Settle Georgia Personal Injury Cases Out of Court;url=/newsletters/insurance-companies-often-want-to-settle-georgia-personal-injury");aI("text=Marietta Wrongful Death Cases Can Be Devastating;url=/newsletters/marietta-wrongful-death-cases-can-be-devastating"); } //with(milonic=new menuname("Class Actions")){ //style=menuStyle; //aI("text=Class Actions FAQ;url=faq.html;"); //} drawMenus();