_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(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#A7A9AC";
oncolor="#000000";
offbgcolor="#A7A9AC";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
}

with(mjrod=new menuname("OurProducts")){
style=menuStyle;
overflow="scroll";
aI("text=PROPERTY CASUALTY<br>(Home & Auto);url=javascript:mjr_open('contentframe','property.html',0);");
aI("text=SPECIALTY LINES BOATS<br>RVs ATVs;url=javascript:mjr_open('contentframe','specialty.html',2);");
aI("text=ANTIQUE VEHICLES;url=javascript:mjr_open('contentframe','antiques.html',0);");
aI("text=MUTUAL FUNDS<br>ANNUITIES;url=javascript:url=mjr_open('contentframe','mutualfunds.html',0);");
aI("text=LIFE INSURANCE<br>(TERM & UNIVERSAL PRODUCTS);url=javascript:mjr_open('contentframe','life.html',0);");
aI("text=HEALTH & DISABILITY;url=javascript:mjr_open('contentframe','health.html',0);");
}

;

