/*
  --- 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,		
	],
	['Products', null, null,
		['Storage Virtualization', 'VITAL2.html', null,
		    ['TSI Storage Director&#153;', 'TSISD.html', null,],
			['TSI VITAL&#153; 2.0 Solution', 'VITAL2.html', null,],				
		],
		['Encryption Solutions', null, null,
				['TSI TD5000/TD10000','TD.html',null],
				['TSI TE2000/TE2200 ','TE2000-2200.html',null],
		        ['TSI Lifetime Key Management&#153;','Key_Management.html',null],						
		],
		['Business Intelligence', 'savvyonBI.html', null,
			['TSI SAVVYON&#153;', 'savvyonBI.html', null,],
					
		],
		['Tape Automation', null, null,
			['TSI SL8500 Tape Library ','SL8500.html',null],
			['TSI SL3000 Tape Library','SL3000.html',null],
            ['TSI L700E Tape Library','L700E.html',null],
			['TSI 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,
				['TSI 9840D FC Tape Drive','9840D.html',null],
				['TSI 9940 Tape Drive','9940.html',null],
				['HP M8607A / M8608A / M8609A / M8610A LTO 4 FC Tape Drives','LTO4FC.html',null],
				['HP M8503T / M8504 / M8505 LTO 3 FC Tape Drives','M8503.html',null],
				['HP N1523A / N1530A LTO 3 SCSI Tape Drives','LTO3SCSI.html',null],
				['HP CT9841FC-x Tape Drive','CT9841FC.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,
                        ['TSI T2100 SCSI to FC Router (Limited Availability)','T2100.html',null],
                        ['TSI T1250 FC to SCSI Router (Limited Availability)','T1250.html',null],
					
		],	
		['Library Management Software', null, null,
					['HP SF10V3 / TSI SMM', 'SMM.html', null],
                                        ['HP SF09V1 / TSI MSMM', 'MSMM.html', null],
                                        ['HP HSF21V1 / TSI LMM', 'LMM.html', null],
                                        ['HP HSF20V1 / TSI MLMM', 'MLMM.html', null]										
					
					
		],
		['Professional Services', 'professionalservices.html', null,						
		],	
		['Product Gallery', 'photogallery.html', null,						
		],	
		
	],
	['FAQ', 'faq.html', null,		
	],
	
	['Contact', 'contact.html', null,
	],
];

