_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=-20            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=10               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#CCCCCC";     //Sets the color of the menu when moused over
offbgcolor="#CCCCCC";     //Sets the default color of the menu items background
oncolor="#FFFFFF";     //Sets the font color of the menu text when moused over
offcolor="#000000";     //Set the default font color of the menu text 
bordercolor="#CCCCCC";     //Sets the border color
borderstyle="solid";
borderwidth=1;     //Sets the border width
separatorcolor="#000000";     //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=3.5;     //Sets the general padding feature
fontsize="65%";     //Regulates the menu font size
fontstyle="normal";
fontfamily="MS Sans Serif, Verdana, Tahoma, Arial";
pagecolor="#000000";     //Changes the font color of the page you are viewing in the menu after it is selected
pagebgcolor="#CCCCCC";    //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.1);Alpha(opacity=100);Shadow(color='#CCCCCC', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.1)";
}


with(milonic=new menuname("mainmenu")){
style=menuStyle;
top=70;
screenposition="center";
left="offset=-160";
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=Contact Us;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=homeplate.htm;");
aI("text=About Us;url=aboutus.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=Wedding Insurance;url=lob=wedding.htm;");
}

//*******************************************************************
with(milonic=new menuname("Client Services Info Menu")){
style=menuStyle;
overflow="scroll";
aI("text=Contact Us Information;url=contact-us.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=Click For Details;url=contact-us.htm;");
}

//*******************************************************************
drawMenus();

