/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	
			
	['TechComm Libraries', null, null,
		['Medtronic ENT', '../ENTwelcome.html'],
		['Medtronic NT', 'NTwelcome.html'],

	],
	
	['TechComm Resources', null, null,
		['Warranties', 'NTwarranties.html'],
		['Frequently Asked Questions', 'NTfaq.html'],
		
	],
	
	['Product Instructions', null, null,
		['Pneumatic Systems', 'NTpneumatic.html'],
		['Electrical Systems', 'NTehs.html'],
		['Hydrocephalus Therapy', 'NThydrotherapy.html'],
		['Cranial Closure', 'NTcranialrepair.html'],
		['Critical Care', 'NTcriticalcare.html'],

	],
	
	
	['Symbols and Definitions (coming soon)', null, null,
	
	],

];

