
_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=5              // Sub menu top offset
_subOffsetLeft=1            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuBar=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#FFFFFF";
offbgcolor="transparent";
offcolor="#535307";
bordercolor="#FF0000";
borderstyle="solid";
align="center";
borderwidth=0;
padding=0;
fontsize="9px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FFFFFF";
pagebgcolor="transparent";
headercolor="transparent";
headerbgcolor="transparent";
menubgcolor="transparent";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
separatorsize="1";
separatorheight="34";
separatorwidth="1";
separatorcolor="#FFFFFF";
separatorimage = "/img/topnav-pipe.gif";
}

with(tierOne=new mm_style()){
onbgcolor="#12467f";
oncolor="#f2d9bf";
offbgcolor="#c4d1df";
separatorimage = "/img/topnav-pipe.gif";
offcolor="#12467f";
borderwidth=0;
bordercolor="#000000";
borderstyle="dashed";
separatorcolor="#838383";
separatorsize="1";
padding=5;
margin=100;
fontsize="9px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana";
headercolor="#FF0000";
headerbgcolor="transparent";
menubgcolor="transparent";
subimagepadding="0";
imagepadding="0";
overfilter="";
outfilter="";
}

/*Company*/
with(milonic=new menuname("company")){
style=tierOne;
left="offset=6";
itemwidth="200";
aI("text=Overview;url=/company/index.html;");
aI("text=Corporate Profile;url=/company/profile.html;");
aI("text=History;url=/company/history.html;");
aI("text=Healthcare Expertise;url=/company/expertise.html;");
aI("text=Telerx Team;url=/company/team.html;");
aI("text=Mission, Vision &amp; Values;url=/company/mission.html;");
aI("text=Awards & Recognition;url=/company/awards.html;");
aI("text=News;url=/company/news.html;");
}
/*Services*/
with(milonic=new menuname("services")){
style=tierOne;
left="offset=6";
itemwidth="200";
aI("text=Overview;url=/services/;");
aI("text=Consumers & Patients;url=/services/consumers.html;");
aI("text=Customers & Healthcare Providers;url=/services/professionals.html;");
aI("text=Corporate Support;url=/services/support.html;");
}

/*Technology*/
with(milonic=new menuname("technology")){
style=tierOne;
left="offset=6";
aI("text=Overview;url=/technology/;");
aI("text=Infrastructure;url=/technology/infrastructure.html;");
aI("text=CRM Platforms;url=/technology/crm.html;");
aI("text=Products;url=/technology/products.html;");
aI("text=Self Service Solutions;url=/technology/selfservice.html;");
aI("text=Valued Partners;url=/technology/partners.html;");
}

/*Careers*/
with(milonic=new menuname("careers")){
style=tierOne;
left="offset=6";
aI("text=Overview;url=/careers/;");
aI("text=Associate Testimonials;url=/careers/testimonials.html");
aI("text=Benefits;url=/careers/benefits.html");
aI("text=Diversity;url=/careers/diversity.html");
aI("text=Current Openings;url=#;url=/careers/openings.html");
}






//drawMenus();

