// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["PRODUCTS", "../apriva_secure_pos/secure_pos_advantages.aspx",
		["Products", "../apriva_secure_pos/secure_pos_advantages.aspx"],
		["Secure POS", "../apriva_secure_pos/secure_pos_advantages.aspx"],
		["Supported Networks", "../apriva_secure_pos/coverage_area.aspx"],
		["Supported Devices", "../apriva_secure_pos/supported_devices.aspx"],
		["Smartphone Edition", "../apriva_secure_pos/smartphone.aspx"],
		["BackOffice Services", "../apriva_secure_pos/backoffice.aspx"],
		["Online Terminal", "../apriva_secure_pos/online_terminal.aspx"],
		["Gift-Loyalty-Check", "../apriva_secure_pos/giftcheckloyalty.aspx"],
		["Secure Payment Engine", "../apriva_secure_pos/applications.aspx"],
		["AprivaNET", "../aprivaNet/Default.aspx"],
	],
	["COMPANY", "../apriva_secure_pos/about.aspx",
		["Compmany", "../apriva_secure_pos/about.aspx"],
		["Corporate Profile", "../apriva_secure_pos/about.aspx"],
		["Management Team", "../apriva_secure_pos/about_exec_team.aspx"],
		["Investors", "../apriva_secure_pos/about_investors.aspx"],
		["Careers", "../apriva_secure_pos/about_careers.aspx"],
		["Contact Us", "../apriva_secure_pos/contact.aspx"],
	],
	["SUPPORT", "../apriva_secure_pos/support.aspx",
		["Support", "../apriva_secure_pos/support.aspx"],
		["HelpDesk Support", "../apriva_secure_pos/support.aspx"],
		["Coverage Areas", "../apriva_secure_pos/coverage_area.aspx"],
		["Sales", "../apriva_secure_pos/sales.aspx"],
		["Warranty", "../apriva_secure_pos/apriva_warranty.aspx"],
	],
	["PARTNERS", "../apriva_secure_pos/partners.aspx",
		["Partners", "../apriva_secure_pos/partners.aspx"],
		["Alliance Program", "../apriva_secure_pos/alliance_program.aspx"],
		["Reseller Program", "../apriva_secure_pos/resellers_program.aspx"],
	],
	["POINTS", "../marketing/login.aspx",
		["Points", "../marketing/login.aspx"],
		["Redeem Points", "../marketing/redeem_points.aspx"],
		["Apply for Points", "../marketing/apply_for_points.aspx"],
		["Points History", "../marketing/points_history.aspx"],
	],
	["NEWS", "../apriva_secure_pos/news.aspx",
		["News", "../apriva_secure_pos/news.aspx"],
		["New Products", "../news/new_products.aspx"],
		["Press Releases", "../news/press_releases.aspx"],
		["Events", "../news/events.aspx"],
		["News Letter", "http://news.apriva.com"],
	],
	["WHERE TO BUY", "../apriva_secure_pos/resellers.aspx",
		["Where to Buy", "../apriva_secure_pos/resellers.aspx"],
		["Reseller Locator", "../apriva_secure_pos/resellers.aspx"],
	],
];
