/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html', {'sb':'ECS Home'}],
	['Data Center Infrastructure Management (DCIM)', '/dcimoptions.html', {'sb':'Data Center Infractrure Managemnent'},
	 ],
	['Data Center Solutions', '/datacentersolutions.html', {'sb':'Data Center Solutions'},
		['Infrastructure', '/datacenterinfrastructure.html', {'sb':'Data Center Infrastructure'}],
		['Management', '/datacentermanagement.html', {'sb':'Data Center Management'}]	
	],
	['Cooling Efficiency', '/coolingdesignstrategies.html', {'sb':'Cooling Efficiency'},
	 ],
	['Data Center Containment Systems', '/consol.html', {'sb':'Containment Systems'},
	 ],	
	['Datacenter Optimization', '/infrastructureoptimization.html', {'sb':'Data Center Optimization'},
	 ],
	['Modular Datacenters', '/containerbaseddatacenters.html', {'sb':'Containerized Data Centers'},
	 ],
['Self Contained Data Centers', '/selfcontaineddatacenter.html', {'sb':'Self Contained Data Centers'},
	 ],
	['Vendors', null, null,
		['Avocent', '/avocent.html', {'sb':'Avocent'}],
		['APC', '/apc.html', {'sb':'APC'}],
		['Cloud Systems', '/cloudsystems.html', {'sb':'Cloud Systems'}],	
		['Eaton Powerware', '/eaton.html', {'sb':'Eaton Powerware'}],
		['Emerson Liebert', '/emersonliebert.html', {'sb':'Emerson Liebert'}],		
        ['Epicenter','/epicenter.html',{'sb':'Epicenter'}],
		['Minicom', '/minicom.html', {'sb':'Minicom Advanced Systsems'}],
		['Raritan', '/raritan.html', {'sb':'Raritan'}],	
		['Uptime Devices', '/uptime.html', {'sb':'Uptime Devices'}],			
		['Xiotech', '/xiotech.html', {'sb':'Xiotech SANs'}]
	],
	['Background & Mission', '/company.html', {'sb':'Company Information','sh':22}],
	['Customers', '/customers.html', {'sb':'Customers'}],
	['Press', '/press.html', {'sb':'Press Releases'}],
	['Contact Us', '/contactus.html', {'sb':'Contact Us'}],
	['Buy Online', 'http://www.store.datacenterexperts.com/', {'sb':'ECS Online'}],
    ['Line Card', '/other/ECSLineCard.html', {'tw':'_blank'}],
	['', null],
    ['Containerized Datacenter Design', 'http://www.thecontainerizeddatacenter.com/Home_Page.html', {'tw':'_blank'}],
	['', null]
];

