/* --- menu items --- */
var MENU_ITEMS = [
	['home', 'Default.htm',
			
	],
	['about us', 'information.htm',
		
	],
	['find us!', 'locations.htm',
		['Lafayette', 'locations.htm#Lafayette'],
		['West Lafayette', 'locations.htm#WestLafayette'],
		['Kokomo', 'locations.htm#Kokomo'],
		['South Lafayette','locations.htm#South'],
	],
	['rate plans', 'rate_plans.htm',
		['GSM Nation', 'GSM_rate_plans.htm#GSMNation'],
		['GSM FamilyTalk', 'GSM_rate_plans.htm#GSMNationFT'],
		['GSM Coverage Maps', 'GSM_maps.htm'],
		['  ', null],
		['GoPhone Pick Your Plan', 'gophone.htm'],
		['GoPhone Pay as You Go', 'prepaid_options.htm'],
		
	],
	['Push-To-Talk', 'ptt.htm',
				
	],
	['MEdia Net', 'medianet.htm',
				
	],

	['phones', 'cellular_products.htm',
		['GSM Handsets', 'cellular_products.htm#GSM'],
		['Wireless Handhelds', 'cellular_products.htm#integrated'],
		['PC Data Cards', 'cellular_products.htm#pccard'],
		['  ', null],
		['Phone Accessories', 'accessories.htm'],
						
	],
	
	['support', 'support_links.htm',
		['Phone & PC Downloads', 'support_links.htm#downloads'],
		['User Guides', 'support_links.htm#manuals'],
		['Cingular Wireless', 'support_links.htm#cingular'],
	],
];

