/*
  --- 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 = [
	['CABLES', '/cables/', null,
		['Au24', '/cables/a_description.php'],
		['-- Selection', '/cables/a_prices.php'],
		['-- Reviews', '/cables/a_reviews.php'],
		['Maestro', '/cables/m_description.php'],
		['-- Selection', '/cables/m_prices.php'],
		['-- Reviews', '/cables/m_reviews.php'],
		['Conductor', '/cables/c_description.php'],
		['-- Selection', '/cables/c_prices.php'],
		['-- Reviews', '/cables/c_reviews.php'],
		['Power Cords', '/powerchord/'],
		['-- powerChord', '/powerchord/powerchord.php'],
		['-- Features', '/powerchord/features.php'],
		['-- Selection', '/powerchord/prices.php'],
		['-- Reviews', '/powerchord/reviews.php'],
		['- Au24powerChord', '/powerchord/au24_powerchord.php'],
		['-- Features', '/powerchord/au24_powerchord_features.php'],
		['-- Selection', '/powerchord/prices.php'],
		['-- Reviews', '/powerchord/au24_powerchord_reviews.php'],
		['-- "e" Enhanced', '/cables/e_enhanced.php'],
	],	
	['CONDITIONERS', '/conditioners/', null,
		['aR12', '/conditioners/ar12_desc.php'],
		['-- Features', '/conditioners/ar12_features.php'],
		['-- Specs & Price', '/conditioners/ar12_price.php'],
		['-- Reviews', '/conditioners/ar12_reviews.php'],
		['aR6', '/conditioners/ar6_desc.php'],
		['-- Features', '/conditioners/ar6_features.php'],
		['-- Specs & Price', '/conditioners/ar6_price.php'],
		['-- Reviews', '/conditioners/ar6_reviews.php'],
		['aR6 PDC', '/conditioners/ar6PDC_desc.php'],
		['aR2', '/conditioners/ar2_desc.php'],
		['-- Reviews', '/conditioners/ar2_reviews.php'],
		['aR2p', '/conditioners/ar2p_desc.php'],
		['-- Features', '/conditioners/ar2p_features.php'],
		['-- Specs & Price', '/conditioners/ar2p_price.php'],
		['-- Reviews', '/conditioners/ar2p_reviews.php'],
		
		
	],
	['ELECTRONICS', '/electronics/amplifiers.php', null,
	    ['Amplifiers', '/electronics/amplifiers.php'],
		['Pre-Amp Specs', '/electronics/preamp_specs.php'],
	],
	['LOUDSPEAKERS', '/loudspeakers/', null,
		['-- Description', '/loudspeakers/'],
		['-- Specs' , '/loudspeakers/specs.php'],
		['-- Gallery' , '/loudspeakers/gallery/index.php'],
		['-- Sub Woofer' , '/loudspeakers/subwoofer.php'],
		['-- FAQ' , '/loudspeakers/loudspeakerfaq.php'],
		['-- Reviews' , '/loudspeakers/reviews.php'],
	],
	['ILLUMINATOR', '/illuminator/', null,
		['-- Description', '/illuminator/'],
		['-- Reviews', '/illuminator/reviews.php'],
		['-- Directions', '/illuminator/directions.php'],
	],
	['PARTS', null, null,
		['Auricap', '/capacitors/a_description.php'],
		['-- Prices', '/capacitors/a_prices.php'],
		['-- Reviews', '/capacitors/a_reviews.php'],
		['-- Dealers', '/capacitors/a_dealers.php'],		
		['-- Auric Wire', '/capacitors/a_auricwire.php'],
		['Aura-T', '/capacitors/t_description.php'],
		['-- Prices', '/capacitors/auraTprices.php'],
		['-- Reviews', '/capacitors/t_reviews.php'],
		['A3 Drivers', '/parts/A3.php'],
		['-- Applications', '/parts/applications.php'],
		['-- Specs', '/parts/specifications/A3StatsGraph.pdf'],
		['-- A3 FAQ', '/parts/a3faq.php'],
		['-- A3 Dealers', '/parts/a3dealers.php'],
		['-- A3 Reviews', '/parts/a3_reviews.php'],
		['-- Bulletin Board', '/parts/BulletinBoard'],
		['Auric Wire', '/parts/auricwire.php'],	
	],
];

