/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.irqn.org/Default.htm', {'tw':'_self','tt':'IRQN Home Page','sb':'IRQN Home'},
		['About IRQN', 'http://www.irqn.org/Default.htm', {'tw':'_self','sb':'About IRQN'}],
		['Members', '/home/members.htm', {'tw':'_self','sb':'Members'}],
		['Aims & Principles', '/home/aims-principles.htm', {'tw':'_self','sb':'Aims & Principles'}],
		['Motto & Objectives', '/home/motto-objectives.htm', {'tw':'_self','sb':'Motto & Objectives'}],
		['Terms of Reference', '/home/terms-of-reference.htm', {'tw':'_self','sb':'Terms of Reference'}],
		['Contact Us', '/home/contact-us.htm', {'tw':'_self','sb':'Contact Us'}]
	],
	['Our Work', null, {'sb':'Our Work'},
		['Overview', '/work/overview.htm', {'sb':'Overview'}],
		['Benchmarking', '/work/benchmarking.htm', {'sb':'Benchmarking'}],
		['QI in practice', '/work/qi-in-practice.htm', {'sb':'QI in practice'}],
		['Referral guidelines', '/work/referral-guidelines.htm', {'sb':'Referral guidelines'}],
		['Standards', '/work/standards.htm', {'sb':'Standards'}],
		['Teleradiology', '/work/teleradiology.htm', {'sb':'Teleradiology'}]
	],
	['Media Centre', null, {'sb':'Media Centre'},
		['News', '/media/news.htm', {'sb':'News'}],
		['Conferences', '/media/conferences.htm', {'sb':'Conferences'}],
		['Interviews', '/media/interviews.htm', {'sb':'Interviews'}],
		['Publications', '/media/publications.htm', {'sb':'Publications'}],
		['Links', '/media/links.htm', {'sb':'Links'}]
	],
	['Collaboration', null, {'sb':'Collaboration'},
		['ACR', '/collaboration/acr.htm', {'sb':'ACR'}],
		['ASR', '/collaboration/asr.htm', {'sb':'ASR'}],
		['AOSR', '/collaboration/aosr.htm', {'sb':'AOSR'}],
		['CAR', '/collaboration/car.htm', {'sb':'CAR'}],
		['CIR', '/collaboration/cir.htm', {'sb':'CIR'}],
		['ESR', '/collaboration/esr.htm', {'sb':'ESR'}],
		['HKCR', '/collaboration/hkcr.htm', {'sb':'HKCR'}],
		['IAEA', '/collaboration/iaea.htm', {'sb':'IAEA'}],
		['ISR', '/collaboration/isr.htm', {'sb':'ISR'}],
		['ISRRT', '/collaboration/isrrt.htm', {'sb':'ISRRT'}],
		['Image Gently', '/collaboration/image-gently.htm', {'sb':'Image Gently'}],
		['JRS', '/collaboration/jrs.htm', {'sb':'JRS'}],
		['RANZCR', '/collaboration/ranzcr.htm', {'sb':'RANZCR'}],
		['RCR', '/collaboration/rcr.htm', {'sb':'RCR'}],
		['RSNA', '/collaboration/rsna.htm', {'sb':'RSNA'}],
		['WHO', '/collaboration/who.htm', {'sb':'WHO'}]
	],
	['Login', '/login.asp', {'sb':'Login'}]
];

