/* --- menu items --- */
var MENU_ITEMS = [
	['RAID/JBOD&nbsp;&nbsp;', null,
		['AMI', 'http://www.condrestorage.com/ami_raid.html'],
		['Apple RAID', 'http://www.condrestorage.com/apple_raid.html'],
		['Condre', 'http://www.condrestorage.com/condre_raid.html'],
		['DLink', 'http://www.condrestorage.com/dlink_raid.html'],
		['Enhance Technology', 'http://www.condrestorage.com/enhance_tech.html'],
		['Infortrend', null,
			['Fibre RAID', 'http://www.condrestorage.com/infortrend_fibre.html'],
			['SAS RAID', 'http://www.condrestorage.com/infortrend_sas.html'],
			['SATA RAID', 'http://www.condrestorage.com/infortrend_sata.html'],
			['SCSI RAID', 'http://www.condrestorage.com/infortrend_scsi.html'],
			['JBODs', 'http://www.condrestorage.com/infortrend_jbod.html']
		],

		['iStor', 'http://www.condrestorage.com/istor_raid.html'],

		['NEC', null,
			['Fibre Channel/SATA RAID', 'http://www.condrestorage.com/nec_fibre.html']
		],

		['Promise', null,
			['Enterprise to SMB', 'http://www.condrestorage.com/promise_enterprise.html'],
			['Midrange to Entry Level', 'http://www.condrestorage.com/promise_midrange.html'],
		],
		['QNAP', 'http://www.condrestorage.com/qnap.html'],
	],
	['NAS&nbsp;&nbsp;', null,
			['Ctera', 'http://www.condrestorage.com/ctera.html'],
		    ['Enhance Technology', 'http://www.condrestorage.com/enhance_tech_NAS.html'],
			['QNAP', 'http://www.condrestorage.com/qnap.html']
	],
	['SSD&nbsp;&nbsp;', null,
			['Pliant', 'http://www.condrestorage.com/pliant.html']
	],
	['Hard Drives&nbsp;&nbsp;', null,
		['Seagate', null,
			['Enterprise Hard Drives', 'http://www.condrestorage.com/seagate_enter.html'],
			['Desktop Hard Drives', 'http://www.condrestorage.com/seagate_desk.html'],
		],
		['Hitachi', null,
			['SATA', 'http://www.condrestorage.com/hitachi_sata.html'],
		],
		['Western Digital', null,
			['SATA', 'http://www.condrestorage.com/westerndigital_sata.html'],
		],
	],
	['Tape Solutions&nbsp;&nbsp;', null,
		['Tape Drives', null,
			['Quantum', 'http://www.condrestorage.com/quantum_tape.html'],
			['Tandberg Data', 'http://www.condrestorage.com/tandberg_tape.html']
		],

		['Tape Autoloaders', null,
			['Quantum', 'http://www.condrestorage.com/quantum_auto.html'],
			['Tandberg Data', 'http://www.condrestorage.com/tandberg_auto.html']
		],

		['Tape Libraries', null,
			['Tandberg Data', 'http://www.condrestorage.com/tandberg_library.html']
		],
		
	],
	['SAS Expander&nbsp;&nbsp;', 'http://www.condrestorage.com/sas_expander.html'],
	['Host Bus Adapters&nbsp;&nbsp;', null,
		['ATTO', 'http://www.condrestorage.com/atto.html'],
		['LSI Logic', 'http://www.condrestorage.com/lsi_logic.html'],
		['Qlogic', 'http://www.condrestorage.com/qlogic.html']
	],


	['Software&nbsp;&nbsp;', null,
		['AMI', 'http://www.condrestorage.com/ami_stortrends.html'],
		['LSI Logic', 'http://www.condrestorage.com/mystorage.html'],
		['MetaSAN', 'http://www.condrestorage.com/metasan.html']
	],	

	['News&nbsp;&nbsp;', 'http://www.condrestorage.com/press_releases.html'],		

	['White Papers&nbsp;&nbsp;', 'http://www.condrestorage.com/white_papers.html'],

	['Line Card&nbsp;&nbsp;', 'http://www.condrestorage.com/downloads/CondreLineCard.pdf "target=_blank"'],

	['Reseller Promotions&nbsp;&nbsp;', 'http://www.condrestorage.com/reseller_promotions.html'],

];

