var MENU1_ITEMS =[
	[wrap_blue('Job Seekers'),'jobseekers.php', {'sw':93, 'bw':90}],
	[wrap_blue('Employers'),'employers.php',{'sw':90, 'bw':80}],
	[wrap_blue('Government'),'government.php',{'sw':92, 'bw':80}],
	[wrap_blue('Testimonials'),'testimonials.php',{'sw':98, 'bw':80}],
	[wrap_blue('Contact'),'contact.php',{'sw':70, 'bw':80}]
	
];


function wrap_blue (text) {
	var res=[];
	for (var i=0; i<3; i++)
		res[i]=['<table cellpadding="0" cellspacing="0" border="0"><tr><td><img src="img/blue',
			(i?2:1),'_l.gif" width="8" height="23" border="0"></td><td background="img/blue',
			(i?2:1),'_m.gif" style="font-face: tahoma, verdana, arial; font-size: 11px; font-weight: bold; color: #ffffff" width="100%">',text,'</td><td><img src="img/blue',
			(i?2:1),'_r.gif" width="8" height="23" border="0"></td></tr></table>'
		].join('');
	return res;
}
