_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="#E7E5DF";     //Sets the color of the menu when moused over
offbgcolor="#ffffff";     //Sets the default color of the menu items background
oncolor="#000000";     //Sets the font color of the menu text when moused over
offcolor="#000000";     //Set the default font color of the menu text 
bordercolor="#ffffff";     //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="#ffffff";    //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='#ffffff', Direction=135, Strength=1)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("mainmenu")){
style=menuStyle;
top=35;
screenposition="center";
left="offset=120";
alwaysvisible=1;
orientation="horizontal";
aI("text=Homepage;showmenu=basics;status=View Our Homepage;");
aI("text=Customer Service & Quotes;showmenu=involve;status=Contact Us or Submit Your Quote Online;");
aI("text=Insurance Programs & Services;showmenu=new;status=Programs & Services;");
aI("text=Contact Us;showmenu=Contact Us Menu;status=Contact Us Via Phone, Fax or Email;");
}
//*******************************************************************
with(milonic=new menuname("basics")){
style=menuStyle;
overflow="scroll";
aI("text=Click to View Homepage;url=http://www.ameriplanbenefit.com/index.htm;");
}

//*******************************************************************
with(milonic=new menuname("involve")){
style=menuStyle;
overflow="scroll";
aI("text=Customer Service Contacts;url=http://www.ameriplanbenefit.com/custserv.htm;");
aI("text=Online Quote;url=http://www.ameriplanbenefit.com/requestquote.htm;");
aI("text=Download Forms;url=http://www.ameriplanbenefit.com/download_forms.htm;");
aI("text=Industry Links;url=http://www.ameriplanbenefit.com/links.htm;");
aI("text=Contact Our Offices;url=http://www.ameriplanbenefit.com/contactus.htm;");
}

//*******************************************************************
with(milonic=new menuname("new")){
style=menuStyle;
overflow="scroll";
aI("text=Menu Of Programs & Services;url=http://www.ameriplanbenefit.com/services.htm;");
aI("text=Automobile Liability, General Liability;url=http://www.ameriplanbenefit.com/programs/auto_liability.htm;");
aI("text=Consulting Services;url=http://www.ameriplanbenefit.com/programs/consulting_services.htm;");
aI("text=Employee Benefits;url=http://www.ameriplanbenefit.com/programs/emp_benefits.htm;");
aI("text=Guest Passenger Accident Plans;url=http://www.ameriplanbenefit.com/programs/passenger_accident.htm;");
aI("text=Motor Carrier Contingent Liability Coverage;url=http://www.ameriplanbenefit.com/programs/contingent_liability.htm;");
aI("text=Non-Trucking Liability;url=http://www.ameriplanbenefit.com/programs/nontrucking_liability.htm;");
aI("text=Occupational Accident Plans;url=http://www.ameriplanbenefit.com/programs/occupational_accident.htm;");
aI("text=Physical Damage;url=http://www.ameriplanbenefit.com/programs/physical_damage.htm;");
aI("text=Prescription Drug Discount Card;url=http://www.ameriplanbenefit.com/programs/drugdisc_plan.htm;");
aI("text=Trucker Assistance Program Services;url=http://www.ameriplanbenefit.com/programs/tap.htm;");
aI("text=UTBA Vol Benefits for Indep Contractors ;url=http://www.ameriplanbenefit.com/programs/utba.htm;");
aI("text=Workers' Compensation;url=http://www.ameriplanbenefit.com/programs/workers_comp.htm;");
}

//*******************************************************************
with(milonic=new menuname("Contact Us Menu")){
style=menuStyle;
overflow="scroll";
aI("text=Contact Our Offices;url=http://www.ameriplanbenefit.com/contactus.htm;");
}

//*******************************************************************
drawMenus();

