//	http://www.webreference.com/dhtml/hiermenus/
//
// 	menu format
//		item_display_text, item_link_url,
//		item_is_rollover,  item_permanently_highlighted,
//		item_has_child ]


// ************************************************************************
// ***                             Menus                                ***
// ************************************************************************

// ---> The Association <---
HM_Array1 = [
[200,							// menu width
,  							// left_position
275,							// top_position
"#000000",					// font_color
"#000000",					// mouseover_font_color
"#CBA67C",					// background_color
"#E2E4CC",					// mouseover_background_color
"#000000",					// border_color
"#000000",					// separator_color
1,								// top_is_permanent
0,								// top_is_horizontal
0,								// tree_is_horizontal
1,								// position_under
1,								// top_more_images_visible
1,								// tree_more_images_visible
"null",						// evaluate_upon_tree_show
"null",						// evaluate_upon_tree_hide
,								// right_to_left
0],							// display_on_click
["About the Association","/association/",1,0,0],
["Association Member Directory","/members/",1,0,0],
["Board of Directors & Committees","/board_committees/",1,0,0],
["How to Join","/join/",1,0,0],
["Links","/links/",1,0,0],
["Member's Only Area","/members_only/",1,0,0]
]

// ---> Buffalo Meat <---
HM_Array2 = [
[230,							// menu width
,  							// left_position
275,							// top_position
"#000000",					// font_color
"#000000",					// mouseover_font_color
"#CBA67C",					// background_color
"#E2E4CC",					// mouseover_background_color
"#000000",					// border_color
"#000000",					// separator_color
1,								// top_is_permanent
0,								// top_is_horizontal
0,								// tree_is_horizontal
1,								// position_under
1,								// top_more_images_visible
1,								// tree_more_images_visible
"null",						// evaluate_upon_tree_show
"null",						// evaluate_upon_tree_hide
,								// right_to_left
0],							// display_on_click
["Recipes","/recipes/",1,0,0],
["Nutritional Information","/nutrition/",1,0,0],
["Find Buffalo Meat Sellers","/buybuffalomeat/",1,0,0],
["Direct from Producer (Retail/Local)","/buybuffalomeat/results.php?urlsearch=sell_retail",1,0,0],
["Commercial/Wholesale (Restaurants)","/buybuffalomeat/results.php?urlsearch=sell_commercial",1,0,0],
["Farmer's Markets","/buybuffalomeat/results.php?urlsearch=sell_farmersmarkets",1,0,0],
["Producers who will Ship Frozen","/buybuffalomeat/results.php?urlsearch=sell_shipfrozen",1,0,0],
["Producers who sell on the Internet","/buybuffalomeat/results.php?urlsearch=sell_internet",1,0,0]
]

// ---> Member Services <---
HM_Array3 = [
[200,							// menu width
,  							// left_position
275,							// top_position
"#000000",					// font_color
"#000000",					// mouseover_font_color
"#CBA67C",					// background_color
"#E2E4CC",					// mouseover_background_color
"#000000",					// border_color
"#000000",					// separator_color
1,								// top_is_permanent
0,								// top_is_horizontal
0,								// tree_is_horizontal
1,								// position_under
1,								// top_more_images_visible
1,								// tree_more_images_visible
"null",						// evaluate_upon_tree_show
"null",						// evaluate_upon_tree_hide
,								// right_to_left
0],							// display_on_click
["Services Available from Members","/members/",1,0,0],
["Meat","/members/results.php?urlservices=meatsales",1,0,0],
["Stock","/members/results.php?urlservices=stockforsale",1,0,0],
["By-Products","/members/results.php?urlservices=byproducts",1,0,0],
["Bison Hunts","/members/results.php?urlservices=hunt",1,0,0],
["Orangized Tours","/members/results.php?urlservices=tours",1,0,0],
["Catering/Concessions Business","/members/results.php?urlservices=conncatering",1,0,0]
]