var MENU_ITEMS2 = [
	[wrap2('but_aboutus', 115, 24), 'about-us.php', null,
		[wrap2('but_ourClients', 115, 24), 'clients.php']
	],
	[wrap2('but_services', 115, 24), 'services.php', null,
		[wrap2('but_what_is_thr_', 115, 24), 'thehireroad_what_is_it.php'],
/*		[wrap2('but_Overview', 115, 24), 'my_hire_road_what_is_it.cfm'], */
		[wrap2('but_organizations', 115, 24), 'my_hire_road_corp.php'],
		[wrap2('but_jobSeekers', 115, 24), 'my_hire_road_indiv.php'],
		[wrap2('but_collegeGrad-', 115, 24), 'my_hire_road_students.php'],
		[wrap2('but_testimonials', 115, 24), 'my_hire_road_testim.php']
	],
	[wrap2('but_news', 115, 24), 'news.php'],
	[wrap2('but_faq', 115, 24), 'faq.php'],
	[wrap2('but_blog', 115, 24), 'blog.php'],
	[wrap2('but_buymem', 115, 24), 'https://www.thehireroad.com/register1.php?way=1'],
	[wrap2('but_contactus', 115, 24), 'contact_us.php']
];

function wrap2 (ind, w, h) {
	return ['<img src=images/' + ind + '1.gif>','<img src=images/' + ind + '2.gif>','<img src=images/' + ind + '2.gif>']
}


