//keywords
var code="code";var url="url";var sub="sub";
//styles
var defcolor = {"border":"#64BEE4", "shadow":"#3580A9", "bgON":"#AFDCEC","bgOVER":"#6699CC", "imagebg":"#AFDCEC", "oimagebg":"#6699CC"};
var defcss = {"ON":"menuOn", "OVER":"menuOver"};
var subcss = {"ON":"subMenuOn", "OVER":"subMenuOver"};
var TOP_LEFT = {"border":1, "borders":[1,1,1,1], "shadow":2, "color":defcolor, "css":defcss};
var TOP_MIDDLE = {"border":1, "borders":[1,1,1,1], "shadow":0, "color":defcolor, "css":defcss};
var TOP_RIGHT = {"border":1, "borders":[1,1,1,1],"shadow":2, "color":defcolor, "css":defcss};
var STYLE1 = {"border":1, "borders":[1,1,1,1], "shadow":2, "color":defcolor, "css":subcss};
var STYLE_TOP = {"border":1, "borders":[1,1,1,1], "shadow":2, "color":defcolor, "css":subcss};
var STYLE_BOTT = {"border":1, "borders":[1,1,1,1], "shadow":2, "color":defcolor, "css":subcss};

var MENU_ITEMS = [
	{"pos":"relative", "size":[18,145], "itemoff":[0,145], "imgsize":[16,27], "leveloff":[8,0], "delay":600, "style":TOP_LEFT},
	{
    	code:"About Us", url:"aboutus.htm", "size":[18,100], "format":{"arrow":null, "image":null},
		sub:[
			{"size":[18,180], itemoff:[17,0], "style":STYLE1},
			{code:"General Information", url:"aboutus.htm"},
			{code:"Pharmacy Services", url:"services.htm"},
			{code:"Reference & Testimonials", url:"reference.htm"},
			{code:"FAQ", url:"faq.htm"},
			{code:"Order Refills online", url:"refills.htm"},
			{code:"Contact us", url:"contactus.htm"}
		]
    
    },
    {
    	code:"Compounding", url:"compoundingservices.htm", "size":[18,150], "format":{"arrow":null, "image":null},
		sub:[
			{"size":[18,170], itemoff:[17,0], "style":STYLE1},
			{code:"Compounded Prescriptions", url:"compoundingservices.htm"},
			{code:"Dosage & Flavors", url:"dosageforms.htm"},
			{code:"Pain Management", url:"painmanagment.htm"},
			{code:"Pediatrics", url:"pediatrics.htm"},
			{code:"Podiatry", url:"podiatry.htm"},
			{code:"Dermatology", url:"dermatology.htm"},
			{code:"Women's Health", url:"womanshealth.htm"},
			{code:"Men's Health", url:"menshealth.htm"},
			{code:"Specialty Medicine", url:"specialitymedicine.htm"},
			{code:"Prescribers", url:"prescribers.htm",
			sub:[
					{"size":[18,150], delay:[200,600], leveloff:[0,171], "style":STYLE1},
					{code:"Pain Management", url:"prescribers_painmanagment.htm"},
					{code:"Pediatric Medicine", url:"prescribers_pediatrics.htm"},
					{code:"Podiatry", url:"prescribers_podiatry.htm"},
					{code:"Gastroenterology", url:"prescribers_gastroenterology.htm"},
					{code:"Sports Medicine", url:"prescribers_sportsmedicine.htm"},
					{code:"Women's Health", url:"prescribers_womenshealth.htm"},
					{code:"Bio-Identical Hormone Replacement", url:"prescribers_hormonereplacement.htm"},
					{code:"Hospice and Palliative Care", url:"prescribers_hospice.htm"},
					{code:"Veterinary", url:"prescribers_vet.htm"}
				]
			}
         ]
    
    },
	
	{code:"Bio-identical Hormones", url:"hormonereplacement.htm", "size":[18,170],
		sub:[
			{"size":[18,280], itemoff:[17,0], "style":STYLE1},
			{code:"Bio-Identical Hormone Replacement Therapy", url:"hormonereplacement.htm"},
			{code:"Bio-identical hormones - FAQs", url:"hormonereplacementFAQ.htm"}
		]
	},
	
	{code:"Wellness & Nutrition", url:"nutritionalmedicine.htm",
		sub:[
			{"size":[18,190], itemoff:[17,0], "style":STYLE1},
			{code:"Nutritional Medicine", url:"nutritionalmedicine.htm"},
			{code:"Medical Nutrition Counseling", url:"nutritioncounseling.htm"},
			{code:"Testing Services", url:"testingservices.htm"}
		]
	},
    
	{code:"Veterinary Medicine", url:"veterinary.htm"
	},
	
	{code:"Seminars", url:"seminars.htm"
	}
];