/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [
	['Home','index.html', {'tw' : '_top'}],
	['Sales', null, null,
		['Alpacas','alpacasales.html', {'tw' : '_top'}],
		['Angora Goats','angorasales.html', {'tw' : '_top'}],
		['Boer Goats','boersales.html', {'tw' : '_top'}],
 	],    
	['2012 Schedule','scheds.html', {'tw' : '_top'}],
 	['Alpaca Yarn/Fleeces', null, null,
 		['Alpaca Yarn','yarn.html', {'tw' : '_top'}],
 		['Alpaca Fleeces','Afleece.html', {'tw' : '_top'}],
 	],
 	['Mohair/Wool Yarn','Mohairyarn.html', {'tw' : '_top'}],
 	 	['Rovings','Roving.html', {'tw' : '_top'}],
   ['Rugs','Rugs.html', {'tw' : '_top'}],
	['Mohair Fleeces','Mohair.html', {'tw' : '_top'}],


	['Informational Links','links.html', {'tw' : '_top'}],
	['Contact Us','contact.html', {'tw' : '_top'}],
];
