// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['| Home','home.htm', {'tw' : 'content'},
		['About Us','about us.htm', {'tw' : 'content'}],
		['Advisory Board','Advisory.htm', {'tw' : 'content'}]
	],
	['| Enertia', 'enertia.htm', {'tw' : 'content'},
		['Enertia Awards','enertia awards.htm', {'tw' : 'content'}],
		['Media Kit','image/enertiamediakit.pdf', {'tw' : '_blank'}],
		['Event Calender','image/enertiaeventcalender.pdf', {'tw' : '_blank'}]
	],
	['| Markenomy', 'markenomy.htm', {'tw' : 'content'},
		['Media Kit','image/markenomymediakit.pdf', {'tw' : '_blank'}],
		['Event Calender','markenomyeventcalender.pdf', {'tw' : '_blank'}]
	],
	['| Events', 'events.htm', {'tw' : 'content'},
		['HPIB','hpib.pdf', {'tw' : '_blank'}],
		['EASE','ease.pdf', {'tw' : '_blank'}]
	],
	['| EBW','EBW.htm', {'tw' : 'content'}],
	['| EASE','ease.pdf', {'tw' : '_blank'}],
	['| Editorials','editorial-enertia.htm', {'tw' : 'content'}],
	['| Archives','archives - enertia.htm', {'tw' : 'content'}],
	['| EEPL','eepl.htm', {'tw' : 'content'}],
	['| FSAI Report','FSAI.pdf', {'tw' : '_blank'}],
	['| Contact Us', 'contactus.htm', {'tw' : 'content'},
		['Address','contactus.htm', {'tw' : 'content'}],
		['Enquiry Form','InfoLatest.htm', {'tw' : 'content'}]
	]
];
