/*
  --- 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 = [
	['Home', 'index.html', null],
	['About', 'about.html', null],
	['Support', 'support.html', null,
	],
	['Disk Products', null, null,
	 ['SAN: Fibre Channel', 'FC_SAN.html', null,],
	 ['SAN: iSCSI', 'iSCSI_SAN.html', null,],
	 ['DAS: Direct Attached Storage', 'DAS.html', null,],
	 ['NAS: Network Attached Storage', 'NAS.html', null,],
	],
	['Virtualization', null, null,
	 ['Tributary Storage Director&#153;', 'SD.html', null,],
	 ['Tributary VITAL&#153; 2.0 Solution', 'VITAL2.html', null,],
	 ['Professional Services', 'professionalservices.html', null,],
	],
['Tape Products', null, null,
		['Tape Automation', null, null,
			['Tributary SL8500 Tape Library ','SL8500.html',null],
			['Tributary SL3000 Tape Library','SL3000.html',null],
			['Tributary XLS Tape Library','XLS.html',null],
			['HP MRL50 Mid-Range Tape Library ','MLR50.html',null],		
		],
		['Tape Autoloaders', null, null,
				['HP M8605A / M8606A LTO 4 FC ACL ','M860xA.html',null],
				['HP M8501 / M8502 LTO 3 FC ACL','M8501.html',null],
				['HP N1528A / N1529A LTO 3 SCSI ACL','N1528.html',null]								
		],
		
		['Tape Drives', null, null,
				['Tributary 9840D FC Tape Drive','9840D.html',null],
				['HP M8607A / M8608A / M8609A / M8610A LTO 4 FC Tape Drives','LTO4FC.html',null],
				['HP M8505 LTO 3 FC Tape Drive','M8505.html',null],
				['HP 5344 DAT 160 Tape Drive','5344DAT.html',null],
				['HP 5344-2SE DAT 160 Tape Drive','53442SEDAT.html',null],		
				['HP 5243 DAT 72 Tape Drive','5243DAT.html',null],	
		],
		['Connectivity', null, null,
                        ['Tributary T2100 SCSI to FC Router (Limited Availability)','T2100.html',null],
                        ['Tributary T1250 FC to SCSI Router (Limited Availability)','T1250.html',null],
					
		],	
		['Library Management Software', null, null,
					['HP SF10V3 / Tributary SMM', 'SMM.html', null],
                                        ['HP SF09V1 / Tributary MSMM', 'MSMM.html', null],
                                        ['HP HSF21V1 / Tributary LMM', 'LMM.html', null],
                                        ['HP HSF20V1 / Tributary MLMM', 'MLMM.html', null],						
		],                              	
,],
];


