/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'index.html', {'sw':45}],
	['<img src="menu_files/diamond.gif" alt="" height="16" width="18" align="absmiddle" border="0">ABOUT US', 'aboutus.html', {'sw':88}],
	['<img src="menu_files/diamond.gif" alt="" height="16" width="18" align="absmiddle" border="0">PROGRAM GALLERY', null, {'sw':152,'bw':270,'be':['revealTrans(TRANSITION=5,DURATION=0.5)','revealTrans(TRANSITION=4,DURATION=0.5)']},
		['Customized Learning & Development', 'incompany.html'],
		['Centres for Innovation', 'customized.html'],
		['Design Institute', 'certificate.html'],
		['Certificate Programs', 'testing.html'],
		['Open Enrolment & Consortia', 'public.html']
	],
	['<img src="menu_files/diamond.gif" alt="" height="16" width="18" align="absmiddle" border="0">SHERIDANCORPORATE ONLINE', 'conadv.html', {'sw':220}],
	['<img src="menu_files/diamond.gif" alt="" height="16" width="18" align="absmiddle" border="0">CONTACT US', 'contactus.html', {'sw':105}]
];

