_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=10             // Sub menu top offset
_subOffsetLeft=-10            // 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="#ffffff";     //Sets the color of the menu when moused over
offbgcolor="#005A44";     //Sets the default color of the menu items background
oncolor="#000000";     //Sets the font color of the menu text when moused over
offcolor="#ffffff";     //Set the default font color of the menu text 
bordercolor="#005A44";     //Sets the border color
borderstyle="solid";
borderwidth=1;     //Sets the border width
separatorcolor="#ffffff";     //Sets the separator color
separatorsize="1";     //Sets the general width of the separator
separatorheight="12";     //Sets the separator height
separatorpadding="3";     //Sets the padding for the separator
padding=2;     //Sets the general padding feature
fontsize="65%";     //Regulates the menu font size
fontstyle="normal";
fontfamily="MS Sans Serif, Verdana, Tahoma, Arial";
pagecolor="#ffffff";     //Changes the font color of the page you are viewing in the menu after it is selected
pagebgcolor="#005A44";    //Changes the bgcolor of the page you are viewing in the menu after it is selected
headercolor="#00000";
headerbgcolor="#ffffff";
subimage="dhtmlMenu/arrow.gif";
onsubimage="dhtmlMenu/arrow2.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#005A44', Direction=135, Strength=1)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("mainmenu")){
style=menuStyle;
top=1;
screenposition="center";
left="offset=-170";
alwaysvisible=1;
orientation="horizontal";
aI("text=Our Company;showmenu=Our Company Menu;status=Learn More About Our Company;");
aI("text=Our Products & Services;showmenu=Our Products & Services Menu;status=Learn More About Our Insurance Products & Services;");
aI("text=Client Services;showmenu=Client Services Info Menu;status=Online Information & Tools Regarding Your Needs;");
aI("text=Locations;showmenu=Contact Us Menu;status=Contact Us Via Phone, Fax or Email;");
}
//*******************************************************************
with(milonic=new menuname("Our Company Menu")){
style=menuStyle;
overflow="scroll";
aI("text=Homepage;url=index.html;");
aI("text=About Us;url=aboutus.htm;");
aI("text=Overview Of Products & Services;url=overview.htm;");
aI("text=Carriers We Represent;url=companies.htm;");
}

//*******************************************************************
with(milonic=new menuname("Our Products & Services Menu")){
style=menuStyle;
overflow="scroll";
aI("text=Business/Commercial Insurance;url=lob=business.htm;");
aI("text=Auto Insurance;url=lob=auto.htm;");
aI("text=Home, Condo & Renters Insurance;url=lob=homeowners.htm;");
aI("text=Liability Insurance;url=lob=liability.htm;");
aI("text=Life Insurance;url=lob=life.htm;");
aI("text=Health Insurance;url=lob=health.htm;");
aI("text=Long-Term Care Insurance;url=lob=ltc.htm;");
}

//*******************************************************************
with(milonic=new menuname("Client Services Info Menu")){
style=menuStyle;
overflow="scroll";
aI("text=Contact Us Information;url=contact-us.htm;");
aI("text=Statewide Location Guide;url=locationguide.htm;");
aI("text=Claims Reporting Information;url=claims.htm;");
aI("text=Online Tools & Resources;url=tools-resources.htm;");
}

//*******************************************************************
with(milonic=new menuname("Contact Us Menu")){
style=menuStyle;
overflow="scroll";
aI("text=Bay Springs, MS;url=locations/bay_springs/contact-us.htm;");
aI("text=Clarksdale, MS;url=locations/clarksdale/contact-us.htm;");
aI("text=Cleveland, MS;url=locations/cleveland/contact-us.htm;");
aI("text=Collins, MS;url=locations/collins/contact-us.htm");
aI("text=Columbia, MS;url=locations/columbia/contact-us.htm");
aI("text=Greenville, MS;url=locations/greenville/contact-us.htm");
aI("text=Greenwood, MS (Location #1);url=locations/greenwood/contact-us.htm");
aI("text=Greenwood, MS (Location #2);url=locations/greenwood_2/contact-us.htm");
aI("text=Hattiesburg, MS (Location #1);url=locations/hattiesburg/contact-us.htm");
aI("text=Hattiesburg, MS (Location #2);url=locations/hattiesburg_2/contact-us.htm");
aI("text=Hattiesburg, MS (Location #3);url=locations/hattiesburg_3/contact-us.htm");
aI("text=Jackson-Metro;url=locations/jackson/contact-us.htm");
aI("text=Laurel, MS;url=locations/laurel/contact-us.htm");
aI("text=Magee, MS;url=locations/magee/contact-us.htm");
aI("text=Port Gibson, MS;url=locations/port_gibson/contact-us.htm");
aI("text=Richton, MS;url=locations/richton/contact-us.htm");
aI("text=Ridgeland, MS;url=locations/jackson/contact-us.htm");
aI("text=Southaven, MS;url=locations/southaven/contact-us.htm");
aI("text=Sumner, MS;url=locations/sumner/contact-us.htm");
aI("text=Winona, MS;url=locations/winona/contact-us.htm");
}

//*******************************************************************
drawMenus();

