/*
  --- 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 = [
	['Ningaloo Ecology Cruises', 'ningaloo_main.html', null,
		['Start Here', 'ningaloo_main.html'],
		['Snorkeling', 'snorkeling.html'],
		['Beaches', 'beaches.html'],
		['Exploring and Diving', 'exploring_and_diving.html'],
		['Location & Climate', 'location_and_climate.html'],
		['Contact Us!', 'contact_ningaloo.html'],								
	],

	['Coomallo Park', 'coomallo_main.html', null,
		['Start Here', 'coomallo_main.html'],
		['5 Million Star Resort', '5million.html'],
		['Activities', 'coomallo_activities.html'],
		['Contact Us!', 'contact_coomallo.html'],			
	],
	
	['MasterCare', 'mastercare_main.html', null,
		['Start Here', 'mastercare_main.html'],
		['Wholesale & Retail Info', 'mastercare.html'],
		['User Voices', 'user_voices.html'],		
		['Contact Us!', 'contact_mastercare.html'],		
	],
	
	['Industrial Division', 'industry_main.html', null,
		['Start Here', 'industry_main.html'],	
		['Representations', 'representations.html'],	
		['Water & Wastewater Techn.', 'water_technology.html'],
		['Industrial Filtration', 'industrial_filtration.html'],
		['Mining & Mineral Processing', 'mining.html'],
		['Process Technology', 'process_technology.html'],
		['Engineering Consulting', 'engineering_consulting.html'],
		['Project Management', 'project_management.html'],						
		['Contact Us!', 'contact_industrial.html'],				
	],
	
	['About Us', 'contact_general.html', null,
		['Dursy Engineering Pty Ltd', 'contact_general.html'],
	],	
	
];

