/* Tigra Menu items structure */
var MENU_ITEMS = [
	['• Home', '../index.htm'],
	['• Catalog', ''],
	['• Gift Boxes', 'index.php?cPath=46', null,
		['• Gourmet Steak Gift Boxes', 'index.php?cPath=46'],
		['• Custom Gift Boxes', '../gift-boxes.htm'],
		['• Gifts under $50', 'index.php?cPath=61'],
		['• Gifts under $100', 'index.php?cPath=62'],
		['• Gifts under $150', 'index.php?cPath=63']
	],
	['• Grass Fed Beef', 'index.php?cPath=84'],
	['• Blk Angus Beef', 'catalog/index.php?cPath=84'],
	['• MBC Beef', 'index.php?cPath=57', null,
		['- View All | Montana Beef Company -', 'advanced_search_result.php?keywords=&x=52&y=12&categories_id=57&inc_subcat=1&manufacturers_id=&pfrom=0&pto=200&dfrom=&dto='],
		['• Filet Mignon', 'index.php?cPath=57_69', null,
			['• Filet Mignon - MBC', 'index.php?cPath=57_69'],
			['- View All Filet Mignons -', 'advanced_search_result.php?keywords=filet+mignon']
		],
		['• Prime Rib', 'index.php?cPath=57_72'],
		['• Ribeye Steaks', 'index.php?cPath=57_70'],
		['• Sirloin Steaks', 'index.php?cPath=57_73'],
		['• Striploin Steaks', 'index.php?cPath=57_74'],
		['• T-Bone Steaks', 'index.php?cPath=57_75'],
		['• Gourmet Burgers', 'index.php?cPath=57_71'],
		['• Various Steaks', 'index.php?cPath=57_76']
	],
	['• Gourmet Beef', 'index.php?cPath=45', null,
		['- View All | Gourment Beef -', 'advanced_search_result.php?keywords=&x=52&y=12&categories_id=45&inc_subcat=1&manufacturers_id=&pfrom=0&pto=200&dfrom=&dto='],
		['• Filet Mignon', 'index.php?cPath=45_68', null,
			['• Filet Mignon - Gourmet Beef', 'index.php?cPath=45_68'],
			['- View All Filet Mignons -', 'advanced_search_result.php?keywords=filet+mignon']
		],
		['• Prime Rib', 'index.php?cPath=45_77'],
		['• Ribeye Steaks', 'index.php?cPath=45_78'],
		['• Sirloin Steaks', 'index.php?cPath=45_81'],
		['• Striploin Steaks', 'index.php?cPath=45_82'],
		['• T-Bone Steaks', 'index.php?cPath=45_83'],
		['• Gourmet Burgers', 'index.php?cPath=45_80'],
		['• Various Steaks', 'index.php?cPath=45_79']
	],
	['• Bison', 'index.php?cPath=51', null,
		['- View All | Bison (Buffalo) -', 'index.php?cPath=51'],
		['• Ribeyes', 'product_info.php?cPath=51&products_id=105'],
		['• Sirloins', 'product_info.php?cPath=51&products_id=107'],
		['• Striploins', 'product_info.php?cPath=51&products_id=106'],
		['• Burgers', 'advanced_search_result.php?keywords=bison%20burger']
	],
	['• Pork & Lamb', 'index.php?cPath=58', null,
		['• Montana Raised Lamb', 'index.php?cPath=58_85'],
		['• Lamb', 'index.php?cPath=58_86'],
		['• Pork', 'index.php?cPath=58_87']
	],
	['• Specialties', 'advanced_search_result.php?keywords=pasties', null,
		['- View All | Specialty Products -', 'advanced_search_result.php?keywords=pasties%20or%20soup'],
		['• Beef Pasties', 'advanced_search_result.php?keywords=beef%20steak%20tip'],
		['• Buffalo Pasties', 'product_info.php?products_id=104'],
		['• World Famous Tomato Soup', 'advanced_search_result.php?keywords=tomato']
	],
	['• RMGS Info', '../whyrmgs.htm', null,
		['• Contact Us', '../contact.htm'],
		['• About RMGS', '../whyrmgs.htm'],
		['• Lifestyle', '../lifestyle.htm'],
		['• Montana Photos >>>', '../photoalbum/', null,
			['• Outdoor Photos', '../photoalbum/Outdoor/index.html', {'tw':'_blank'}],
			['• Small Town', '../photoalbum/Smalltown/index.html', {'tw':'_blank'}],
			['• Hiedi Long', '../heidimarty', {'tw':'_blank'}]
		],
		['• Shipping Policy', 'shipping.php'],
		['• Privacy Policy', 'privacy.php'],
		['• Map/Directions', '../map-directions.htm']
	],
	['• Recipes', '../recipes/', null,
		['- View All | Recipes -', '../recipenav.htm'],
		['• Beef', '../recipenav.htm#Beef'],
		['• Pork', '../recipenav.htm#pork'],
		['• Chicken', '../recipenav.htm#chicken'],
		['• Desserts', '../recipenav.htm#desserts'],
		['• Sides', '../recipenav.htm#sides']
	],
	['• Contact Us', '../contact.htm']
];
