/* --- menu items --- */
var webPath = 'http://www.unlimitedresearchtx.com/';

var MENU1_ITEMS = [

	[wrap_t1(null), webPath + 'webpages.asp?wpid=1', {'tt': '', 'sw':150}],	
	[wrap_t2(null), webPath + 'webpages.asp?wpid=29', {'tt': '', 'sw':150}],
	[wrap_t3(null), webPath + 'webpages.asp?wpid=31', {'tt': '', 'sw':150}],
	[wrap_t4(null), webPath + 'webpages.asp?wpid=15', {'tt': '', 'sw':150}],		
	[wrap_t5(null), webPath + 'webpages.asp?wpid=23', {'tt': '', 'sw':150}],
	[wrap_t6(null), webPath + 'webpages.asp?wpid=32', {'tt': '', 'sw':150}],
	[wrap_t7(null), webPath + 'webpages.asp?wpid=33', {'tt': '', 'sw':150}],
	[wrap_t8(null), webPath + 'webpages.asp?wpid=18', {'tt': '', 'sw':150}],		
	[wrap_t9(null), webPath + 'webmail.asp?wpid=3', {'tt': '', 'sw':150}],
	[wrap_t10(null), webPath + 'employees/employeelogin.asp', {'tt': '', 'sw':150}],


];


function wrap_t1 (text) {
	var res=[];
	var myPath = 'http://www.unlimitedresearchtx.com/';

	for (var i=0; i<3; i++)
		res[i]=['<table height="25" width="150" cellpadding="0" cellspacing="0" border="0"><tr><td align="center" background="' + myPath + 'menu/home',
			(i?2:1),'.jpg" class=aa' + i + '>',text,'&nbsp;</td></tr></table>'
		].join('');
	return res;
}

function wrap_t2 (text) {
	var res=[];
	var myPath = 'http://www.unlimitedresearchtx.com/';

	for (var i=0; i<3; i++)
		res[i]=['<table height="25" width="150" cellpadding="0" cellspacing="0" border="0"><tr><td align="center" background="' + myPath + 'menu/research',
			(i?2:1),'.jpg" class=aa' + i + '>',text,'&nbsp;</td></tr></table>'
		].join('');
	return res;
}

function wrap_t3 (text) {
	var res=[];
	var myPath = 'http://www.unlimitedresearchtx.com/';

	for (var i=0; i<3; i++)
		res[i]=['<table height="25" width="150" cellpadding="0" cellspacing="0" border="0"><tr><td align="center" background="' + myPath + 'menu/clinical',
			(i?2:1),'.jpg" class=aa' + i + '>',text,'&nbsp;</td></tr></table>'
		].join('');
	return res;
}

function wrap_t4 (text) {
	var res=[];
	var myPath = 'http://www.unlimitedresearchtx.com/';

	for (var i=0; i<3; i++)
		res[i]=['<table height="25" width="150" cellpadding="0" cellspacing="0" border="0"><tr><td align="center" background="' + myPath + 'menu/faqs',
			(i?2:1),'.jpg" class=aa' + i + '>',text,'&nbsp;</td></tr></table>'
		].join('');
	return res;
}

function wrap_t5 (text) {
	var res=[];
	var myPath = 'http://www.unlimitedresearchtx.com/';

	for (var i=0; i<3; i++)
		res[i]=['<table height="25" width="150" cellpadding="0" cellspacing="0" border="0"><tr><td align="center" background="' + myPath + 'menu/doctors',
			(i?2:1),'.jpg" class=aa' + i + '>',text,'&nbsp;</td></tr></table>'
		].join('');
	return res;
}

function wrap_t6 (text) {
	var res=[];
	var myPath = 'http://www.unlimitedresearchtx.com/';

	for (var i=0; i<3; i++)
		res[i]=['<table height="25" width="150" cellpadding="0" cellspacing="0" border="0"><tr><td align="center" background="' + myPath + 'menu/staff',
			(i?2:1),'.jpg" class=aa' + i + '>',text,'&nbsp;</td></tr></table>'
		].join('');
	return res;
}

function wrap_t7 (text) {
	var res=[];
	var myPath = 'http://www.unlimitedresearchtx.com/';

	for (var i=0; i<3; i++)
		res[i]=['<table height="25" width="150" cellpadding="0" cellspacing="0" border="0"><tr><td align="center" background="' + myPath + 'menu/careers',
			(i?2:1),'.jpg" class=aa' + i + '>',text,'&nbsp;</td></tr></table>'
		].join('');
	return res;
}

function wrap_t8 (text) {
	var res=[];
	var myPath = 'http://www.unlimitedresearchtx.com/';

	for (var i=0; i<3; i++)
		res[i]=['<table height="25" width="150" cellpadding="0" cellspacing="0" border="0"><tr><td align="center" background="' + myPath + 'menu/mbLocation',
			(i?2:1),'.jpg" class=aa' + i + '>',text,'&nbsp;</td></tr></table>'
		].join('');
	return res;
}

function wrap_t9 (text) {
	var res=[];
	var myPath = 'http://www.unlimitedresearchtx.com/';

	for (var i=0; i<3; i++)
		res[i]=['<table height="25" width="150" cellpadding="0" cellspacing="0" border="0"><tr><td align="center" background="' + myPath + 'menu/contact',
			(i?2:1),'.jpg" class=aa' + i + '>',text,'&nbsp;</td></tr></table>'
		].join('');
	return res;
}
function wrap_t10 (text) {
	var res=[];
	var myPath = 'http://www.unlimitedresearchtx.com/';

	for (var i=0; i<3; i++)
		res[i]=['<table height="25" width="150" cellpadding="0" cellspacing="0" border="0"><tr><td align="center" background="' + myPath + 'menu/employees',
			(i?2:1),'.jpg" class=aa' + i + '>',text,'&nbsp;</td></tr></table>'
		].join('');
	return res;
}