/* --- menu items --- */
var MENU_ITEMS = [
	['Home', "javascript:parent.body.location.href='home.htm';parent.LeftNav.location.href='LeftNav-Index.htm'", 'LeftNav',
			['About Us', "javascript:parent.body.location.href='About-Us.htm';parent.LeftNav.location.href='LeftNav-Index.htm'", 'LeftNav'],
			['Request Quote', "javascript:parent.body.location.href='ProductRequestForm.htm';parent.LeftNav.location.href='LeftNav-Quote.htm'", 'LeftNav'],
			['Location', "javascript:parent.body.location.href='http://www.mapquest.com/maps/map.adp?country=US&amp;addtohistory=&amp;address=2500+E.+Grauwyler&amp;city=Irving&amp;state=Tx&amp;zipcode=&amp;homesubmit=Get+Map';parent.LeftNav.location.href='LeftNav-Index.htm'", 'body'],
			['Employment',"javascript:parent.body.location.href='employment.htm';parent.LeftNav.location.href='LeftNav-Index.htm'", 'LeftNav'],
			['Links',"javascript:parent.body.location.href='links.htm';parent.LeftNav.location.href='LeftNav-Index.htm'", 'LeftNav'],
	],
	['Calibration Service', "javascript:parent.body.location.href='Service.htm';parent.LeftNav.location.href='LeftNav-Service.htm'", 'LeftNav',
		['Capabilities',"javascript:parent.body.location.href='Service.htm';parent.LeftNav.location.href='LeftNav-Service.htm'", 'LeftNav'],
		['Scope',"javascript:parent.body.location.href='Scope.pdf';parent.LeftNav.location.href='LeftNav-Service.htm'", 'LeftNav'],
		['Calibration Types', "javascript:parent.body.location.href='Caltype.htm';parent.LeftNav.location.href='LeftNav-Service.htm'", 'LeftNav'],
		['On-Site Services', "javascript:parent.body.location.href='on-site.htm';parent.LeftNav.location.href='LeftNav-Service.htm'", 'LeftNav'],
	],
	
	['Products',            	"javascript:parent.body.location.href='Product.htm';            parent.LeftNav.location.href='LeftNav-Product.htm'", 'LeftNav',
		['Dimensional',   	"javascript:parent.body.location.href='Dimensional.htm';            parent.LeftNav.location.href='LeftNav-Product.htm'", 'LeftNav'],
		['Pressure',        	"javascript:parent.body.location.href='Pressure.htm';            parent.LeftNav.location.href='LeftNav-Product.htm'", 'LeftNav'],
		['Electronics',         "javascript:parent.body.location.href='Electronic.htm';            parent.LeftNav.location.href='LeftNav-Product.htm'", 'LeftNav'],
		['Torque',       	"javascript:parent.body.location.href='Torque.htm';            parent.LeftNav.location.href='LeftNav-Product.htm'", 'LeftNav'],
		['Force & Mass',        "javascript:parent.body.location.href='ForceMass.htm';            parent.LeftNav.location.href='LeftNav-Product.htm'", 'LeftNav'],
		['Aviation',        	"javascript:parent.body.location.href='Aviation.htm';            parent.LeftNav.location.href='LeftNav-Product.htm'", 'LeftNav'],
		['Custom Products',     "javascript:parent.body.location.href='CustomProducts.htm';            parent.LeftNav.location.href='LeftNav-Product.htm'", 'LeftNav'],
	],
	
	['Get a Quote', "javascript:parent.body.location.href='ProductRequestForm.htm';parent.LeftNav.location.href='LeftNav-Quote.htm'", 'LeftNav',
		['Calibration Service', "javascript:parent.body.location.href='ServiceRequestForm.htm';parent.LeftNav.location.href='LeftNav-Quote.htm'", 'LeftNav'],
		['New Products', "javascript:parent.body.location.href='ProductRequestForm.htm';parent.LeftNav.location.href='LeftNav-Quote.htm'", 'LeftNav'],
		['Reconditioned Equip', "javascript:parent.body.location.href='Reconditioned.htm';parent.LeftNav.location.href='LeftNav-Quote.htm'", 'LeftNav'],
		['Customer Service', "javascript:parent.body.location.href='CustomerServiceForm.htm';parent.LeftNav.location.href='LeftNav-Quote.htm'", 'LeftNav'],
			
	],
];

