/*
  --- menu items --- 
*/
var MAIN_MENU_ITEMS = [
	['Home','http://www.northlc.com/index.html'],
	['Our Technology', 'http://www.northlc.com/technology.html', null,
	   ['PC Support', 'http://www.northlc.com/Security/index.html'],
	   ['Security', 'http://www.northlc.com/Security/ComputerSecurity.html'],
	   ['SecureIT Plus', 'http://www.northlc.com/Security/SecureItPlus.html'],
	   ['PC Optimizer', 'http://www.northlc.com/optimizer.html'],	
	   ['How it works', 'http://www.northlc.com/how_it_works.html'],
	   ['Speed', 'http://www.northlc.com/speed.html'],
	   ['Equipment', 'http://www.northlc.com/equipment.html'],
	   ['FAQs', 'http://www.northlc.com/faq.html'],
	],
	['Our Plans', null, null,
           ['Home', 'http://www.northlc.com/home.html'],
           ['Small Business', 'http://www.northlc.com/business.html'], 
	   ['Enterprise Solutions for Business', 'http://www.northlc.com/enterprise.html'], 
	],
	['Sign Up', 'http://www.northlc.com/signup.html'],
	['About Us', null, null,
 	   ['NL Connect', 'http://www.northlc.com/about_nlc.html'],
	   ['WildBlue', 'http://www.northlc.com/about_wildblue.html'],
	   ['Newsletters', 'http://www.northlc.com/newsletters.html'],
	],	
	['My Account', 'http://www.northlc.com/account.html',null,
		['Manage it', 'http://www.northlc.com/account.html'],
		['View my Bill', 'https://northlc.ecemn.com/css/'],
	],
	['Contact Us', null, null,
		['Phone, Email', 'http://www.northlc.com/contact.html'],
		['Easy Pay App', 'http://www.northlc.com/EasyPayApplication.pdf'],
	],
];