/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '../index.htm', {'sw':80}],  
	['Our Company', '../company/index.htm', null,
	['Facilities', '../company/facilities.htm'],
	['Producers', '../company/producers.htm'],	
	['R&D', '../company/rd.htm'],
	['Contacts', '../contact/index.htm']
	],
	['Chevre', '../products/chevre.htm', null,
	['Flavors', '../products/index.htm'],
	['Recipes', '../recipes/index.htm'],
	],
	['Ingredients', '../products/ingredients.htm', null,
	['Skim', '../products/skim.htm'],
	['Whole Milk', '../products/whole.htm'],
	['Butter', '../products/butter.htm']
	],
	['Science Corner', '../science/index.htm', null,
	],
	['Contact Us', '../contact/index.htm', null,
	],
];
