// File Name: items.js

//

// Copyright (c) 2005 Transportation Technology Center Inc.

// 55500 D.O.T. Road, Pueblo, Colorado, 81001, U.S.A.

// All rights reserved.

//

// Version Date Programmer Comments

// 1.0 2/24/2006 Benjamin D. Reed

// This file is the items for the Java menu for the website

//

//		

//	['Level 1','http://www.aar.com',null,

//	['Level 2','http://www.aar.com',null,

//	['Level 3','http://www.aar.com']]]

//	];

//***********************************************************



/* --- menu items --- */

var MENU_ITEMS0 = [



//************ Menu Group 1 **************//	



['About TTCI(UK) Ltd.',null,null,

	['About Us','uk-about.htm',{'tw' :'content'}]],



//************ Menu Group 2 **************//	

	

['Contact Us',null,null,

	['Contact Us','uk-contact.htm',{'tw' :'content'}]],





//************ Menu Group 3 **************//



['Rail Technology Products',null,null,

	

	['Computer Modeling Products/Services','products_services-modeling.htm',{'tw' :'content'}],

	['Vehicle Monitoring Systems','products_services-vehicle_monitoring_systems.htm']],	



//************ Menu Group 4 **************//



['Services',null,null,

	['TTCI Products and Services','products_services-home.htm',{'tw' :'content'}],

	['Communications and Train Control','products_services-communications.htm',{'tw' :'content'}],

	['Engineering','products_services-engineering_services.htm',{'tw' :'content'}],

	['Instrumentation','products_services-instrumentation.htm',{'tw' :'content'}],

	['Transit Systems','products_services-transit_system_services.htm', {'tw' :'content'}]],





//************ Menu Group 4 **************//



['Links',null,null, 

	['Transportation Technology Center','http://www.aar.com',{'tw' :'new'}],

	['Security and Emergency Response Training Center','http://www.hazmattraining.com',{'tw' :'new'}],

	['Association of American Railroads','http://www.aar.org',{'tw' :'new'}]],

	

	

];

// END OF LINE***************************//