/*
  --- 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 = [
	['Service Plans', '/content/service_plans/index.php', null,
		['Simple Plans', '/content/service_plans/simple_plan.php'],
		['Budget Plans', '/content/service_plans/budget_plans.php'],
		['Balance Plans', '/content/service_plans/balance_plan.php'],
		['Simplexity Plans', '/content/service_plans/simplexity_plans.php'],
		['Simplicity Prepaid', '/content/service_plans/simplicity_prepaid.php'],
		['International Calling', '/content/service_plans/international_rates.php'],
		['Mobile Data/Edge', '/content/service_plans/data_EDGE.php'],
	],
	
	/* NEW - 11/03/2009 */
	['Phones & Accessories', '/content/phones_and_accessories/index.php', null,
		['Alcatel C701', '/content/phones_and_accessories/phones/alcatel_c701.php'],
		['Alcatel Mini', '/content/phones_and_accessories/phones/alcatel_mini.php'],
		['Alcatel Tribe', '/content/phones_and_accessories/phones/alcatel_tribe.php'],
		['HTC Nexus One', '/content/phones_and_accessories/phones/htc_nexusone.php'],
		['Motorola A45Eco', '/content/phones_and_accessories/phones/motorola_a45eco.php'],
		['Motorola EM330', '/content/phones_and_accessories/phones/motorola_em330.php'],
		['Motorola RAZR V3', '/content/phones_and_accessories/phones/motorola_razr_V3.php'],
		['Motorola W230', '/content/phones_and_accessories/phones/motorola_w230.php'],
		['Motorola W510', '/content/phones_and_accessories/phones/motorola_510.php'],
		['Nokia 2330', '/content/phones_and_accessories/phones/nokia_2330.php'],
		['Nokia 2680', '/content/phones_and_accessories/phones/nokia_2680.php'],
		['Nokia 2720', '/content/phones_and_accessories/phones/nokia_2720.php'],
		['Nokia 2760', '/content/phones_and_accessories/phones/nokia_2760.php'],
		['Nokia 3610', '/content/phones_and_accessories/phones/nokia_3610.php'],
		['Nokia 5530', '/content/phones_and_accessories/phones/nokia_5530.php'],
		['Nokia 6085', '/content/phones_and_accessories/phones/nokia_6085.php'],
		['Nokia 7020', '/content/phones_and_accessories/phones/nokia_7020.php'],
		['Nokia E63', '/content/phones_and_accessories/phones/nokia_e63.php'],
		['Nokia E72', '/content/phones_and_accessories/phones/nokia_e72.php'],
		['Novatel Wireless XU870', '/content/phones_and_accessories/phones/novatel_wirelessXU870.php'],
		['Pantech Duo', '/content/phones_and_accessories/phones/pantech_duo.php'],
		['Samsung T219', '/content/phones_and_accessories/phones/samsung_t219.php'],
		['Samsung T419', '/content/phones_and_accessories/phones/samsung_t419.php'],		
		['Samsung T439', '/content/phones_and_accessories/phones/samsung_t439.php'],		
		['Samsung T459', '/content/phones_and_accessories/phones/samsung_t459.php'],		
		['Sony Ericsson W580i', '/content/phones_and_accessories/phones/sony_ericssonw580i.php'], 		
		['Hearing Aid Compatible', '/content/phones_and_accessories/hearing.php'],
		['Sim-Protection', '/content/phones_and_accessories/sim-protection.php'],
/*		['Phone Support', '/content/my_account/'], */



],
	['Coverage Maps', '/content/coverage_maps/index.php', null,
	 	['Regional Map', '/content/coverage_maps/local_map.php'],
		['National Map', '/content/coverage_maps/national_map.php'],
		['List of Coverage Areas', '/content/coverage_maps/index.php'],
		['Bring Service to My Area', '/content/promotions/need_service.php'],
	],
		['Sim-MEDIA', 'http://simmetry.getlisa.com/', null,
	],
	['Find a Store', '/content/contact_us/', null,
	],
];

