/* --- menu items --- */

var MENU_ITEMS0 = [
	[wrap_button('nav_payroll'), '/payroll/default.asp', null],
	[wrap_button('nav_time'), null, null,
		['Time & Attendance Software', '', null,
			['Attendance Enterprise', '/attendance/enterprise.asp', null],
			['Attendance On Demand', '/attendance/ondemand.asp', null]
		],
		['Web-based Employee Self Service', '/selfservice/index.asp', null],
		
		['Hand Reader', '/attendance/handreader.asp', null],
		['Badge Readers', '/badgereader/it900.asp', null,
			['IT 900', '/badgereader/it900.asp', null],
			['IT 2100', '/badgereader/it2100.asp', null]
		],
		['Basic Time Clocks', '', null,
			['Pix 200 Series', '/timeclocks/pix200.asp', null],
			['Pix 3000x Series', '/timeclocks/pix3000x.asp', null],
			['CP 3000', '/timeclocks/Cp3000.asp', null],
			['TCX-21/TCS-22 Series', '/timeclocks/tcx21.asp', null],
			['Pix 21 Series', '/timeclocks/pix.asp', null]
			
		],
		['Time Calculating', '', null,
			['MJR-7000', '/timeclocks/mjr-7000.asp', null],
			['MJR-8000', '/timeclocks/mjr-8000.asp', null],
			['MJR-BIO', '/timeclocks/mjr-bio.asp', null],
			['MRX-35', '/timeclocks/mrx35.asp', null],
			['Isgus', '/timeclocks/isgus.asp', null]
		],
		['Time Stamps', '', null,
			['AR-E Series', '/timeclocks/are.asp', null],
			['4700/4800 Series Time Stamp', '/timeclocks/4700.asp', null]
		],
		
		['NASDAQ OATS Time Validation', '/attendance/nasdaq.asp', null]
		
		/*['Product Web Cam', '/support/video_feed.asp', null]*/
	],
	[wrap_button('nav_support'), null, null,
		['WebEx Support Session', 'https://midwesttime.webex.com/sc0700l/supportcenter/meeting/join.do?siteurl=midwesttime&Rnd6931=8596', null],
		/*['Product Web Cam', '/support/video_feed.asp', null],*/
		['Software Training', '/support/training.asp', null],
		['Client Downloads', '/support/downloads.asp', null],
		['Request Help', '/help.asp', null]
		
	],
	[wrap_button('nav_quote'), '/quote.asp', null]
];

function wrap_button (text) {
	var res=[];for (var i=0; i<3; i++)
		res[i]='<img src="/images/nav/' + text + '' + i + '.gif" border=0>'
	return res;
}