/* --- menu items --- */
var MENU_ITEMS = [
	['<center>Home</center>', 'http://www.trgnetworking.com/',],
	
	['<center>Services</center>', 'http://www.trgnetworking.com/services/index.html',],


	['<center>Products</center>', 'http://www.trgnetworking.com/tech_sol/index.html',
	
			['<img src=http://www.trgnetworking.com/tech_sol/img/AOPlogo.gif border=1 height=25> Add On Products', 'http://www.trgnetworking.com/tech_sol/AOP.html'],
			['<img src=http://www.trgnetworking.com/tech_sol/img/tigerLogo.gif border=1 height=25> Tigerpaw', 'http://www.trgnetworking.com/tech_sol/tigerpaw.html'],
			['<img src=http://www.trgnetworking.com/tech_sol/C2C_img/c2clogo.jpg border=1 height=25> C2C', 'http://www.trgnetworking.com/tech_sol/C2C.html'],
			['<img src=http://www.trgnetworking.com/tech_sol/img/ISL.gif border=1 height=25> ISLlight', 'http://www.trgnetworking.com/tech_sol/ISL.html'],
		 	['<img src=http://www.trgnetworking.com/tech_sol/img/nsi.gif border=1 height=25> NSI', 'http://www.trgnetworking.com/tech_sol/nsi.html'],

		
	],
	['<center>News</center>', 'http://www.trgnetworking.com/news/index.html',],
	['<center>About Us</center>', 'http://www.trgnetworking.com/about/index.html',],
	['<center>Careers</center>', 'http://www.trgnetworking.com/career/index.html',],
	['<center>Contact</center>', 'http://www.trgnetworking.com/contact/index.html',],
];

