
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#E0162C";
offbgcolor="#E0162C";
offcolor="#ffffff";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=5;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="fade(duration=0.2)";
}



with(milonic=new menuname("services")){
style=menuStyle;
aI("text=Prescriptions;url=perscriptions.asp;showmenu=takeawayprogram");
aI("showmenu=compound;text=Compounding");
aI("text=Residential Care;url=residential_care.asp;");
//aI("text=Home Medical Supplies;url=catalog.asp;");
aI("showmenu=homemedical;text=Home Medical Supplies");
}

with(milonic=new menuname("takeawayprogram")){
style=menuStyle;
aI("text=Take-Away program;url=takeawayprogram.asp;");
}


with(milonic=new menuname("compound")){
style=menuStyle;
aI("text=Why do I need Compounding?;url=compound.asp;");
aI("showmenu=women;text=Women's Health");
aI("text=Skin Care;url=skincare.asp;");
aI("text=Pet Care;url=petcare.asp;");
aI("text=For Physicians;url=phys_comp.asp;");
aI("text=For Veterinarians;url=vet_main.asp;");
}

with(milonic=new menuname("store")){
style=menuStyle;
aI("text=Store Homepage;url=storefront.asp;");
aI("text=Return/Shipping Policies;url=policies.asp;");
}


with(milonic=new menuname("resources")){
style=menuStyle;
aI("text=Health Tools;url=feed.asp?url=/common/adam/HealthTools.asp?storeID=AF70FC4D58F844CE955A57B9785E857E;");
aI("text=Health Library;url=feed.asp?url=/common/adam/Index.asp?storeID=AF70FC4D58F844CE955A57B9785E857E;");
aI("text=Complementary Alternative Medicine;url=feed.asp?url=/common/adam/CAM_Links.asp?storeID=AF70FC4D58F844CE955A57B9785E857E;");
aI("text=Healthy Recipes;url=feed.asp?url=/common/recipes/recipes_home.asp?storeID=AF70FC4D58F844CE955A57B9785E857E;");
aI("text=Ingredient Glossary;url=feed.asp?url=/common/recipes/recipe_glossary.asp?storeID=AF70FC4D58F844CE955A57B9785E857E;");
aI("text=News;url=news.asp");
}

with(milonic=new menuname("promo")){
style=menuStyle;
aI("text=Manufacturer Coupons;url=feed.asp?url=/common/e_coupons/e_coupons.asp?storeID=AF70FC4D58F844CE955A57B9785E857E;");
aI("text=R-Specials;url=r-specials.asp;");
}

with(milonic=new menuname("homemedical")){
style=menuStyle;
aI("text=Product Catalog;url=catalog.asp;");
aI("text=Information for Patients and Caregivers;url=patientcaregivers.asp;");
aI("text=Best of Medical Web Sites;url=medical_websites.asp;");
aI("text=Medicare and Insurance Guide;url=medicare_insurance.asp;");
aI("text=Glossary of Medical Terms;url=medical_glossary.asp;");
}

//Original Version - code to turn on/off formsr menu bar options prior to Oct '05
//New Version - code to turn on/off for menu bar options starting Oct '05

//new version replaces original version A
with(milonic=new menuname("provider")){
style=menuStyle;
aI("text=For Physicians;url=phys_comp.asp;");
aI("text=For Veterinarians;url=vet_main.asp;");
}

//original version A
//with(milonic=new menuname("provider")){
//style=menuStyle;
//aI("text=For Physicians;url=doc_info.asp;");
//aI("text=For Veterinarians;url=vet_info.asp;");
//}

//new version add
with(milonic=new menuname("fphysicians")){
style=menuStyle;
aI("text=Compounding;url=phys_comp.asp;");
}

//new version add
with(milonic=new menuname("fveterinarians")){
style=menuStyle;
aI("text=Standards of Practice;url=vet_stand.asp;");
}

with(milonic=new menuname("women")){
style=menuStyle;
aI("text=Natural Hormone Replacement;url=nhr.asp;");
aI("text=Fertility;url=fertility.asp;");

}

drawMenus();

