/*
  --- 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 = [

	['Company', null, null,
		['About Us','company-aboutus.html'],
		['Your Advantage','company-youradvantage.html'],
		['Philosophy','company-philosophy.html'],
		['Management Team','company-managementteam.html'],
		['President&rsquo;s Message','company-presidentsmessage.html'],
		['Careers','company-employment.html']
	],
	['Products <br>& Services', null, null,
		['HRMS >>', null,null,
			['Overview','services-HRMS-overview.html'],
			['<i>SymphonyHRMS&trade;</i>','services-symphony.html'],
			['<i>Odyssey HR&trade;</i>','services-odesseyhr.html']
		],
		['Time & Attendance >>', null,null,
			['Overview','services-timeoverview.html'],
			['<i>Attendance Enterprise &trade;</i>','services-attendanceenterprise.html'],
			['<i>Attendance on Demand &trade;</i>','services-attendanceondemand.html'],
			['Capture Hardware','services-capturehardware.html'],
			//['Mobile','services-mobile.html']
		],
		['Payroll >>', null,null,
			['Overview','services-payoverview.html'],
			['In House','services-inhouse.html'],
			['Service Bureau','services-payrollbureau.html'],
			['Fully Managed','services-payrollfully.html']
		],
		['Professional Services<br>   &amp; Support','services-support.html']
	],
	['Industry', null, null,
		['Communications','industry-communications.html'],
		['Distribution','industry-distribution.html'],
		['Education','industry-education.html'],
		['Financial & Legal','industry-financial.html'],
		['Healthcare','industry-healthcare.html'],
		['Manufacturing','industry-manufacturing.html'],
		['Not for Profit','industry-notforprofit.html'],
		['Property Management','industry-propertymanagement.html'],
		['Retail','industry-retail.html'],
		],
	['Clients &<br>Partners', null, null,
		['Clients >>', null, null,
			['Client Philosophy','customers-philosophy.html'],
			['Testimonials','customers-testimonials.html'],
			//['Resource Centre','customers-resourcecentre.html']
		],
		['Partners', 'customers-partners.html']
	],
	['News &<br>Resources', null, null,
		['Press Room','news-inthenews.html'],
		['Articles & Links','news-articles.html']
	],
	['Contact', 'contact.html'],
	['<img src="home.jpg" alt="" border="0">','index.html'],
];
