/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home','index.asp'],
	['Products & Services &nbsp;<img src="images/menubar/lev1_downarrow.gif" width=7 height=7 border=0>', null, null,
		['CDRIntell', 'cdrintell.asp'],
		['Web Based Reporting', 'webbased.asp'],
		['Programme Management', 'program.asp'],
		['Risk Stratification', 'risk.asp'],		
		['GP Practice Data Extraction', 'extraction.asp'],		
		['Security and Consent', 'security.asp']
	],
	['&nbsp;&nbsp;&nbsp;&nbsp;What&acute;s New', 'whatsnew.asp', null],
	['Downloads', 'downloads.asp', null],
	['Partners &nbsp;<img src="images/menubar/lev1_downarrow.gif" width=7 height=7 border=0>', null, null,
		['Business Opportunities', 'partnersbusiness.asp'],		
			['1st Retinal Screen', 'partners1stretinal.asp'],	
			['Apollo Medical Systems', 'partnersapollo.asp'],
			['Graphnet', 'partnersgraphnet.asp'],
			['Lloydspharmacy', 'partnerslloyds.asp'],	
		    ['McKesson', 'partnersMcKesson.asp'],		
		    ['Oracle', 'partnersoracle.asp']
		
			
	],
	['About Us &nbsp;<img src="images/menubar/lev1_downarrow.gif" width=7 height=7 border=0>', null,null,
		['Company', 'aboutuscompany.asp'],
		['Careers', 'aboutuscareers.asp']
	],		
	['Contact Us', 'contactus.asp', null]
];

