_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=200              // 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";
oncolor="#FFFFFF";
offbgcolor="#ffffff";
offcolor="#FFFFFF";
bordercolor="#0c8cff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#6F86A8";
separatorsize="0";
padding=0;
fontsize="80%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
itemheight="12";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#7bc1ff";
overfilter="Fade(duration=0.5);Alpha(opacity=90);Shadow(color='#0e0e0e', Direction=135, Strength=2)";
outfilter="randomdissolve(duration=0.3)";
}

with(subMenuStyle=new mm_style()){
onbgcolor="#08e11b";
oncolor="#ffffff";
offbgcolor="transparent";
offcolor="#000000";
bordercolor="#0c8cff";
borderstyle="solid";
borderwidth=2;
separatorcolor="#8A867A";
separatorpadding="2";
separatoralign="right";
separatorwidth="80%";
padding=3;
fontsize="80%";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
image="http://medicare.vhpla.com/images/buttons/xpblank.gif"
//itemheight="2";
onborder="0px solid #ffffff";
overfilter="Fade(duration=0.5);Alpha(opacity=90);Shadow(color='#0e0e0e', Direction=135, Strength=2)";
outfilter="randomdissolve(duration=0.0)";
menubgimage="/images/buttons/winxp.gif";
subimage="/images/buttons/arrow.gif";
//onsubimage="http://medicare.vhpla.com/images/buttons/arrow_down.gif";
}

with(milonic=new menuname("Plans")){
style=subMenuStyle;
itemwidth=180;
overflow="scroll";
margin=4;
left="offset=1";		
top="offset=-0";
aI("text=Vantage Plan Overview;url=/plans/overview.asp;");
aI("text=Our Plans;url=;showmenu=theplans");
aI("text=Compare Benefits;url=/plans/Compare.asp;");
aI("text=Plan Details;url=;showmenu=plandetails;");
aI("text=How Do I Enroll?;url=/plans/enrollment.asp;");

}
with(milonic=new menuname("theplans")){
style=subMenuStyle;
itemwidth=190;
overflow="scroll";
margin=4;
left="offset=-2";
top="offset=-4";
aI("text=Premium Plan;url=/plans/premium.asp;");
aI("text=Basic Plan;url=/plans/basic.asp");
aI("text=Value Plan;url=/plans/value.asp");
aI("text=Zero Plan;url=/plans/zero.asp");
aI("text=Traditional Plus Plan;url=/plans/traditional.asp");

}
with(milonic=new menuname("plandetails")){
style=subMenuStyle;
itemwidth=190;
overflow="scroll";
margin=4;
left="offset=-2";
top="offset=-4";
aI("text=Premiums;url=/plans/Compare.asp?benefit=Premiums;");
aI("text=Grievances and Appeals;url=/plans/grievances_appeals.asp;");
aI("text=Quality Assurance;url=/plans/quality_assurance.asp;");

}
with(milonic=new menuname("Resources")){
style=subMenuStyle;
itemwidth=170;
overflow="scroll";
margin=4;
left="offset=-2";
top="offset=-0";
aI("text=Search Tools;url=/resources/search.asp;showmenu=searchtools;");
aI("text=Documents & Forms;url=/resources/documents.asp;");
}

with(milonic=new menuname("searchtools")){
style=subMenuStyle;
itemwidth=170;
overflow="scroll";
margin=4;
left="offset=-2";
top="offset=-0";
aI("text=Provider Search;url=/providers/Provider_search.asp;");
aI("text=Drug Search;url=/drugs/Drug_search.asp;");
aI("text=Pharmacy Search;url=/pharmacy/Pharmacy_search.asp;");
}

drawMenus();
