/*
  --- 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 = [
	
			['About Spirulina', null, null,
		 		['What is it?', 'what_is.htm'],
				['Where does it come from?', 'where_does.htm'],
				['Why Hawaii?', 'why_hawaii.htm'],
				['How is it Grown?', 'how_grown.htm'],
										
		],
					
				['Why use it?', null, null,		 	 
			 		['Why?', 'why_should.htm'],
					['How to use it?', 'how_use.htm'],
					
		 ],
		
	['Processing', null, null,		 	 
			 		['How is it processed?', 'processing.htm'],
					['Typical Analysis', 'analysis.htm'],
					
		 ],
	
	['Contact', null, null,		 	 
			 		['Australia Office', 'mailto:info@microrganics.com'],
					
		 ],
		 
		 ['Home', 'index.htm'],
		 
		 
	
	];

