/*
  --- 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.php', {'_self ' : 'main'}],
	['Technical Info', '#', {'_self ' : 'main'},
		['Technical Background', 'tech.php', {'_self ' : 'main'}],
		['Hazardous Areas', 'hazardous.php', {'_self ' : 'main'}],
		['Fitting Instructions', 'fitting.php', {'_self ' : 'main'}],
		['Table 1: Standard Sizes', 'pdf/standard_sizes.pdf', {'_blank ' : 'main'}],
		['Table 2: Single Cable', 'single.php', {'_self ' : 'main'}],
		['Table 5: Armour Sizes', 'pdf/pvc_xlpe.pdf', {'_blank ' : 'main'}],
	],
	['Media', 'media.php', {'_self ' : 'main'}],
	['News', 'news.php', {'_self ' : 'main'}],
	['Contact', '#', {'_self ' : 'main'},
		['UK', 'contact.php', {'_self ' : 'main'}],
		['Overseas', 'overseas.php', {'_self ' : 'main'}],
	],
	['FAQ', 'faq.php', {'_self ' : 'main'}],
	['Earthing Nuts Benefits', 'users.php', {'_self ' : 'main'}],
	['Buy Earthing Nuts', 'buy.php', {'_self ' : 'main'}],
];




