
//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=0;		// Sub menu offset Top position 
suboffset_left=45;		// Sub menu offset Left position

style3=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"white",				// Mouse Off Font Color
"FF6633",				// Mouse Off Background Color
"336699",				// Mouse On Font Color
"cccccc",				// Mouse On Background Color
"ffffff",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
3,						// Menu Item Padding
"http://www.martinavenue.com/dropdown/arrow.gif",	// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"336699",				// 3D High Color
"336699",				// 3D Low Color
"336699",				// Current Page Item Font Color (leave this blank to disable)
"ffffff",				// Current Page Item Background Color (leave this blank to disable)
,			// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]

style2=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"white",				// Mouse Off Font Color
"6699CC",				// Mouse Off Background Color
"336699",				// Mouse On Font Color
"cccccc",				// Mouse On Background Color
"ffffff",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
3,						// Menu Item Padding
"dropdown/arrow.gif",	// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"336699",				// 3D High Color
"336699",				// 3D Low Color
"336699",				// Current Page Item Font Color (leave this blank to disable)
"ffffff",				// Current Page Item Background Color (leave this blank to disable)
,			// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"white",				// Mouse Off Font Color
"336699",				// Mouse Off Background Color
"336699",				// Mouse On Font Color
"cccccc",				// Mouse On Background Color
"ffffff",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
4,						// Menu Item Padding
"http://www.martinavenue.com/dropdown/arrow.gif",	// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"336699",				// 3D High Color
"336699",				// 3D Low Color
"336699",				// Current Page Item Font Color (leave this blank to disable)
"ffffff",				// Current Page Item Background Color (leave this blank to disable)
"dropdown/arrow.png",			// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]


addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
97,					// Menu Top - The Top position of the menu in pixels
0,				    // Menu Left - The Left position of the menu in pixels
220,				// Menu Width - Menus width in pixels
1,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
0,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use

,"Custom Medications","show-menu=custom",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Flavored Medications","show-menu=flav",,"",1
,"Products and Services","show-menu=products",,"",1
,"Health News","show-menu=healthnews",,"",1
,"Pharmacy News","show-menu=pharmacynews",,"",1
,"About Us","show-menu=aboutus",,"",1
,"Contact Us","show-menu=contactus",,"",1
,"Medical History Forms","show-menu=medhis",,"",1

])

addmenu(menu=[		// This is the array that contains your menu properties and details
"shopmenu",			// Menu Name - This is needed in order for the menu to be called
260,					// Menu Top - The Top position of the menu in pixels
0,				    // Menu Left - The Left position of the menu in pixels
220,				// Menu Width - Menus width in pixels
1,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style3,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
0,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use

,"Shop Online","http://www.martinavenue.com/shop",,"",1
])
addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
279,					// Menu Top - The Top position of the menu in pixels
0,				    // Menu Left - The Left position of the menu in pixels
220,				// Menu Width - Menus width in pixels
1,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style2,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
0,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"Animal medications","http://www.martinavenue.com/animal_med/index.html",,"",1
,"Hormone Therapy","http://www.martinavenue.com/natural_hrt/index.html",,"",1
,"Rx Wellness Center","http://www.martinavenuewellness.com",,"",1
,"Kid Fun Zone","http://www.martinavenue.com/mort_n_pesty/index.html",,"",1
,"Professionals Only","http://www.martinavenueprofessionals.com",,"",1
])

	addmenu(menu=["custom",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"What is a custom medication?","http://www.martinavenue.com/custom_medications/custom_medications.html",,,1
	,"About custom medications","http://www.martinavenue.com/custom_medications/about_compounding.html",,,1
	,"Benefits","http://www.martinavenue.com/custom_medications/compounding_benefits.html",,,1
	,"History","http://www.martinavenue.com/custom_medications/compounding_history.html",,,1
	,"Dosage forms","http://www.martinavenue.com/custom_medications/dosage_forms.html",,,1
	,"How it is made","http://www.martinavenue.com/custom_medications/how_its_made.html",,,1
	,"How to get it","http://www.martinavenue.com/custom_medications/how_to_get.html",,,1
	,"Request information","http://www.martinavenue.com/custom_medications/compounding_request.html",,,1
	,"Forum","http://www.martinavenue.com/forum/display_forum.asp",,,1
	])
	
	addmenu(menu=["flav",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Available Flavors","http://www.martinavenue.com/flavored_meds/flavors.html",,,1
	,"Articles","http://www.martinavenue.com/flavored_meds/articles.html",,,1
	,"Vote for the flavor of the month","http://www.martinavenue.com/flavored_meds/flav_month.html",,,1
	,"Request information","http://www.martinavenue.com/flavored_meds/request_info.html",,,1
	,"Forum","http://www.martinavenue.com/forum/display_forum.asp",,,1
	])

	addmenu(menu=["products",
	,,150,1,"",style1,,"left",,,,,,,,,,,,,
	,"Armour Thyroid & Nature_Throid","http://www.martinavenue.com/products_services/armourthyroid.html",,,1
    ,"Bevacizumah","http://martinavenue.com/avastin_landing.html",,,1
	,"Compounding","http://www.martinavenue.com/custom_medications/custom_medications.html",,,1
	,"Compression Stockings","http://www.leghealthwarehouse.com",,,1
	,"Consultations","https://secure.martinavenue.com/seminar/consults.php",,,1
		,"Erectile Dysfunction","http://martinavenue.com/products_services/erectiledysfunction.html",,,1

	,"Medical Equipment"," http://www.martinavenue.com/products_services/equip.html",,,1
	,"Medical Devices","http://www.martinavenue.com/products_services/devices.html",,,1
	
	,"Perio Protect","http://www.martinavenue.com/products_services/perio_protect.html",,,1
	,"Prescriptions","http://www.martinavenue.com/products_services/prescriptions.html",,,1
	,"Seminars","https://secure.martinavenue.com/seminar/hrt.php",,,1
	,"Skin Analysis","http://www.martinavenue.com/products_services/bioview.html",,,1
	,"Support Braces","http://www.bracewarehouse.com",,,1
	,"Vitamins & Herbals","http://www.martinavenueshops.com/RXWellness/",,,1
	])

	addmenu(menu=["healthnews",
	,,150,1,"",style1,,"left",,,,,,,,,,,,,
	,"Current News","http://www.martinavenue.com/health_news/news.html",,,1
	,"Archives","http://www.martinavenue.com/health_news/archives.html",,,1
	])

	addmenu(menu=["pharmacynews",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Drug Shortages","http://www.martinavenue.com/pharmacy_news/shortages.html",,,1
	,"Seminars","https://secure.martinavenue.com/seminar/",,,1
	,"Sign up to receive our newsletter","http://www.martinavenue.com/pharmacy_news/newsletter.html",,,1
	,"New facility","http://www.martinavenue.com/construction/index.html",,,1
	])

	addmenu(menu=["aboutus",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Profile","http://www.martinavenue.com/about_us/profile.html",,,1
	,"History","http://www.martinavenue.com/about_us/history.html",,,1
	,"Pharmacy Tour","http://martinavenue.com/store_tour",,,1
	,"Store Awards","http://www.martinavenue.com/about_us/awards.html",,,1
	,"Media Center","http://www.martinavenue.com/about_us/media_center.html",,,1
	,"Return Policy","http://www.martinavenue.com/products_services/return.html",,,1
	,"Privacy Policy","http://www.martinavenue.com/privacy.html",,,1
	])
	
	addmenu(menu=["contactus",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Contact Us","http://www.martinavenue.com/about_us/contact.html",,,1
	,"Request information","http://www.martinavenue.com/flavored_meds/request_info.html",,,1
	,"Order Prescriptions","http://www.martinavenue.com/products_services/prescriptions.html",,,1
	,"Job Opportunities","http://www.martinavenue.com/about_us/jobopps.html",,,1
	])
	
	addmenu(menu=["medhis",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Women's Online Form","https://secure.martinavenue.com/seminar/form.html",,,1
	,"Download and Print: Women's Form","http://www.martinavenue.com/consultations/Female_Medica_History_Form.pdf",,,1
	,"Download and Print: Male form","http://www.martinavenue.com/consultations/Male_Medical_History_Form.pdf",,,1
	,"Download and Print: Menstrual Cycle Form","http://www.martinavenue.com/consultations/menstrual_cycle.pdf",,,1
	,"Download and Print: Pediatric History Form","http://www.martinavenue.com/consultations/Pediatric_History_Form.pdf",,,1
	])
	
	

dumpmenus()
