// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["Home", "index.htm"],
	["About Us", "CBSI ABOUT.htm",
		["News", "CBSI NEWS.htm"],
		["Opportunities", "CBSi OPPOR.htm"],
		["Contact Us", "CBSI CONTACT.htm"]
	],
	["Downloads", "DOWNLOADS MAIN.htm",
		["Upgrades", "UPGRADES.htm"],
		["Reports Viewer", "REPORTS VIEWER.htm"],
		["Literature", "Literature.htm"]
	],
	["Products", "PRODUCTS NEW.htm",
		["CTS PRO", "CTS PRO NEW.htm"],
		["CTS AMA", "ctsama.htm"],
		["CTS SS7", "CTS SS7.htm"],
		["CTS Alarms", "CTS Alarms.htm"],
		["CTS QMS", "CTS QMS.htm"],
		["CTS NTS", "CTS NTS.htm"],
	],
	["Services", "SERVICES NEW.htm"],
	["Support", "SUPPORT NEW.htm",
		["Tips", "CBSI TIPS.htm"],
	],
	["Links", "LINKS NEW.htm",
	]
];