/*
  --- menu items --- 
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['About Us', null, null,
		['About TCST','http://www.totalcsteam.com/about_tcst.htm'],
		['About The Team','http://www.totalcsteam.com/about_us.htm'],
		['Experience','http://www.totalcsteam.com/experience.htm'],
		['Our Mission','http://www.totalcsteam.com/mission.htm']
	],
	['Capabilities', null, null,
		['Hardware', null, null,
			['TCST Recoater Blade', 'http://www.totalcsteam.com/video.htm'],
			['Solid-State Lasers', 'http://www.totalcsteam.com/news_500laser.htm'],
			['SLA250 Dual Vat', 'http://www.totalcsteam.com/cap_2vats.htm'],
			['Repair/Maintenance', 'http://www.totalcsteam.com/capability.htm'],
			['Installations/Moves', 'http://www.totalcsteam.com/capability2.htm'],
			['Lab Layout', 'http://www.totalcsteam.com/cap_layout.htm']
		],
		['Software', null, null,
			['Process Control Module', 'http://www.totalcsteam.com/pcm.htm'],
			['Training', 'http://www.totalcsteam.com/cap_train.htm'],
			['File Repair', 'http://www.totalcsteam.com/cap_repair.htm'],
			['Applications Support', 'http://www.totalcsteam.com/capability.htm']
		],
		['Training', null, null,
			['SL Training', 'http://www.totalcsteam.com/cap_train.htm'],
			['Maintenance Training', 'http://www.totalcsteam.com/cap_maint.htm'],
			['6-Sigma Training', 'http://www.totalcsteam.com/manuf.htm']
		],
		['Resin Selection', 'http://www.totalcsteam.com/resin_sel.htm'],

		['RP Tempering&#8482;', 'http://www.totalcsteam.com/rel_rptemp.htm'],
	],
	['News', null, null,
		['Latest News', 'http://www.totalcsteam.com/news.htm'],
		['Previous News', 'http://www.totalcsteam.com/news_list.htm']
	],
	['Partners', null, null,
		['Software', null, null,
			['Materialise', 'http://www.totalcsteam.com/news_magics.htm'],
			['Minitab', 'http://www.totalcsteam.com/news_minitab.htm'],
			['3D Systems', 'http://www.totalcsteam.com/news_3d1.htm']
		],
		['Hardware', null, null,
			['3D Systems', 'http://www.totalcsteam.com/news_3d1.htm']
		],
		['RP Tempering&#8482;', null, null,
		 	['PAR3 Technology', 'http://www.totalcsteam.com/rel_rptemp.htm']
		],
	],
	['Links', null, null,
		['RP Links', 'http://www.totalcsteam.com/rp_links.htm'],
		['Manufacturing Links', 'http://www.totalcsteam.com/manuf_links.htm']
	],
	['Testimonials', null, null,
		['Customer Testimonials', 'http://www.totalcsteam.com/quotes.htm']
	],
	['Contact Us', null, null,
		['E-mail TCST', 'http://www.totalcsteam.com/contact.htm'],
		['Phone/Fax TCST', 'http://www.totalcsteam.com/contact_tel.htm']
	]
];

