
// ----------------------------------------------------------------
// 
//   Third level menu array used in T4.htm file. 
//  
//   Data order - [ Menu Title , URL , key ]
//
// ----------------------------------------------------------------

var menulist3 = [
	['Battery Calculations', 'http://www.honeywellpower.com/batterycalcs.html', 'item1'],
	['HPP-Calc', 'http://www.honeywellpower.com/hppcalc.html', 'item2'],
	['Wire Charts', 'http://www.honeywellpower.com/wirecharts.html', 'item3'],
		['Tech Tips', 'http://www.honeywellpower.com/techtips.html', 'item4']
//	['Manuals', 'http://www.honeywellpower.com/manuals.html', 'item1'],
//	['Data Sheets', 'http://www.honeywellpower.com/datasheets.html', 'item2'],
//	['Drawings', 'http://www.honeywellpower.com/drawings.html', 'item3'],
//	['Installation Instructions', 'http://www.honeywellpower.com/install.html', 'item4']
//	['Honeywell Enhances Communications and Security for German Hospital', 'http://www.honeywelllifesafety.com/T6hospital.html', 'item5']
//	['Genesolv® Solvents', '#', 'item5'],
//	['Honeywell Refrigerants', '#', 'item6'],
//	['Okerin', '#', 'item7'],
//	['Hydrofluoric Acid', '#', 'item8'],
//	['Oxyfume', '#', 'item9'],
//	['Rheogel', '#', 'item10'],
//	['Riedel-de Haën', '#', 'item11'],
//	['Sulfur Hexafluoride', '#', 'item12']
];

var menulist4 = [
	['Battery Calculations', 'http://www.honeywellpower.com/batterycalcs.html', 'item1'],
	['HPP-Calc', 'http://www.honeywellpower.com/hppcalc.html', 'item2'],
	['Wire Charts', 'http://www.honeywellpower.com/datasheets.html', 'item3'],
	['Tech Tips', 'http://www.honeywellpower.com/techtips.html', 'item4']
//	['Drawings', 'http://www.honeywellpower.com/drawings.html', 'item3']
//	['Installation Instructions', 'http://www.honeywellpower.com/install.html', 'item4']
//	['Honeywell Enhances Communications and Security for German Hospital', 'http://www.honeywelllifesafety.com/T6hospital.html', 'item5']
//	['Genesolv® Solvents', '#', 'item5'],
//	['Honeywell Refrigerants', '#', 'item6'],
//	['Okerin', '#', 'item7'],
//	['Hydrofluoric Acid', '#', 'item8'],
//	['Oxyfume', '#', 'item9'],
//	['Rheogel', '#', 'item10'],
//	['Riedel-de Haën', '#', 'item11'],
//	['Sulfur Hexafluoride', '#', 'item12']
];


// ----------------------------------------------------------------
// 
//   Fourth level menu array for the third level menu item1
//  
//   Data order - [ Menu Title , URL , key ]
//
// ----------------------------------------------------------------

var menulist4_subitem1 = [ 

//    ['Level 4 Item 1', '#', 'item1'],
//    ['Level 4 Item 2', '#', 'item2'],
//    ['Level 4 Item 3', '#', 'item3']    
];

// ----------------------------------------------------------------
// 
//   Fourth level menu array for the third level menu item3
//  
//   Data order - [ Menu Title , URL , key ]
//
// ----------------------------------------------------------------

var menulist4_subitem3 = [ 
//    ['Test 123', '#', 'item1'],
//    ['Test 456', '#', 'item2'],
//    ['Test 789', '#', 'item3']
];


// ----------------------------------------------------------------
// 
//   Hash-map for N4 level menus (the hash key should exist in n3_keys)
//  
//   Data order - [ N3 menu key : N4 menu array ]
//
// ----------------------------------------------------------------

var n4_menus = { 'item3' : menulist4_subitem3 , 'item1' : menulist4_subitem1 };

