// 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', 'index.php'],
	['ABOUT US', 'about-us.php'],
	['SERVICES', null, null,
		['MEDISOFT SUPPORT', 'medisoft-technical-support-services.php'],
		['HIPAA BACKUP SERVICE', 'backup-service.php'],
		['SERVER HOSTING', 'server-hosting.php'],
		['MEDISOFT TRAINING', 'training.php'],
		['MEDICAL BILLING SERVICE', 'billing-service.php'],
		['CONSULTATION SERVICE', 'consultation-service.php'],
		['DATA REPAIR', 'data-corruption.php'],
		['DATA CONVERSION', 'data-conversion.php'],
		['e-PRESCRIBING', 'eprescribing.php'],
		['REAL TIME INTERFACING', null, null,
			['<img src="images/icons/XL-RTI.ico" width="16px" height="16px" border="0" align="left" />&nbsp;&nbsp;&nbsp;&nbsp;X-LINK', 'xlink.php'],
			['<img src="images/icons/medcon.ico" width="16px" height="16px" border="0" align="left" />&nbsp;&nbsp;&nbsp;&nbsp;COMMUNICATIONS MANAGER', 'ndc-medical-connect.php'],
			['NDC LAB CONNECT', 'ndc-lab-connect.php']
		],
		['GATEWAYEDI', 'gatewayedi.php'],
		['RELAYHEALTH', 'relay-health.php'],
		['CUSTOM PROGRAMMING', 'http://www.csoftwares.com', {'tw':'_blank'}],
		['HARDWARE', 'vista-business-workstation.php'],
	],
	['RESOURCES', null, null,
		['SERVICE PACKS', 'service-pack-downloads.php'],
		['ANTI-SPYWARE', 'spyware.php'],
		],
	['PMS', null, null,
		['<img src="images/icons/Medisoft.ico" width="16px" height="16px" border="0" align="left" />&nbsp;&nbsp;&nbsp;&nbsp;MEDISOFT', null, null,
			['<img src="images/icons/Medisoft.ico" width="16px" height="16px" border="0" align="left" />&nbsp;&nbsp;&nbsp;&nbsp;PATIENT ACCOUNTING', 'patient-accounting.php'],
			['<img src="images/icons/Medisoft.ico" width="16px" height="16px" border="0" align="left" />&nbsp;&nbsp;&nbsp;&nbsp;ADVANCED PATIENT &nbsp;&nbsp;&nbsp;&nbsp;ACCOUNTING', 'advanced.php'],
			['<img src="images/icons/Medisoft.ico" width="16px" height="16px" border="0" align="left" />&nbsp;&nbsp;&nbsp;&nbsp;NETWORK PROFESSIONAL', 'network-pro.php'],
			['ADVANTAGE DATABASE SERVER', 'advantage.php'],
			['<img src="images/icons/Final Draft.ico" width="16px" height="16px" border="0" align="left" />&nbsp;&nbsp;&nbsp;&nbsp;FINAL DRAFT', 'final-draft.php'],
			['<img src="images/icons/cd.ico" width="16px" height="16px" border="0" align="left" />&nbsp;&nbsp;&nbsp;&nbsp;CODES ON DISK', 'codes-on-disk.php'],
			['<img src="images/icons/Terminal.ico" width="16px" height="16px" border="0" align="left" />&nbsp;&nbsp;&nbsp;&nbsp;MEDISOFT DIRECT MODULES', 'electronic-claims.php'],
			['<img src="images/icons/Office_Hours.ico" width="16px" height="16px" border="0" align="left" />&nbsp;&nbsp;&nbsp;&nbsp;OFFICE HOURS &nbsp;&nbsp;&nbsp;&nbsp;PROFESSIONAL', 'office-hours.php'],
			['ENCODER PRO', 'encoder-pro.php'],
			['<img src="images/icons/hipaa.ico" width="16px" height="16px" border="0" align="left" />&nbsp;&nbsp;&nbsp;&nbsp;HIPAA RX', 'hipaaRx.php']
		],
		['<img src="images/icons/medmain2.ico" width="16px" height="16px" border="0" align="left" />&nbsp;&nbsp;&nbsp;&nbsp;ALTAPOINT', 'altapoint.php'],
	],
	['EHR', null, null,
		['EHR RESEARCH', 'ehr-research.php'],
		['<img src="images/icons/V9Logo.jpg" width="16px" height="16px" border="0" align="left" />&nbsp;&nbsp;&nbsp;&nbsp;SPRINGCHARTS EMR', 'product.php'],
	],
	['BUY ONLINE', '/shoppingcart'],
	['CONTACT US', 'contact.php'],
	['FORUM', 'forum/'],
	['LOGIN', 'login.php'],
];

