var appointment_ITEMS_B =[
	[wrap_tabBlue('Appointment'), null, null,
		['Making An Appointment', '/radweb/schedule/appointment.jsp?schedule'],
		['Check-in Location', '/radweb/schedule/appointment.jsp?checkin']
	]
];

var appointment_ITEMS_G =[
	[wrap_tabGray('Appointment'), null, null,
		['Making An Appointment', '/radweb/schedule/appointment.jsp?schedule'],
		['Check-in Location', '/radweb/schedule/appointment.jsp?checkin']
	]
];


var modality_ITEMS_B =[
	[wrap_tabBlue('Modalities'), null, null,
		['MRI (Magnetic Resonance Img)', '/radweb/schedule/schedule.jsp?mri'],
		['CT (Computed Tomography)', '/radweb/schedule/schedule.jsp?ct'],
		['Diagnostic Ultrasound', '/radweb/schedule/schedule.jsp?us'],
		['Breast Imaging', '/radweb/schedule/schedule.jsp?breast'],
		['General X-Ray (RadioGraphy)', '/radweb/schedule/schedule.jsp?xray'],
		['Fluoroscopy', '/radweb/schedule/schedule.jsp?fluoro']
	]
];

var modality_ITEMS_G =[
	[wrap_tabGray('Imaging Services'), null, null,
		['MRI (Magnetic Resonance Img)', '/radweb/schedule/schedule.jsp?mri'],
		['CT (Computed Tomography)', '/radweb/schedule/schedule.jsp?ct'],
		['Diagnostic Ultrasound', '/radweb/schedule/schedule.jsp?us'],
		['Breast Imaging', '/radweb/schedule/schedule.jsp?breast'],
		['General X-Ray (RadioGraphy)', '/radweb/schedule/schedule.jsp?xray'],
		['Fluoroscopy', '/radweb/schedule/schedule.jsp?fluoro']
	]
];



function wrap_tabBlue (text) {
	var res=[];
	for (var i=0; i<3; i++)
		res[i]=['<table cellpadding="0" cellspacing="0" border="0"><tr><td background="/radweb/images/topMenu/tab_blue_left_25x7.gif" width="7" height="25" border="0">&nbsp;</td><td class="mtagBout" width="183px">',text, '</td><td background="/radweb/images/topMenu/tab_blue_right_25x7.gif" width="7" height="25" border="0">&nbsp;</td></tr></table>'
		].join('');
	return res;
}


function wrap_tabGray (text) {
	var res=[];
	for (var i=0; i<3; i++)
		res[i]=['<table cellpadding="0" cellspacing="0" border="0"><tr><td background="/radweb/images/topMenu/tab_gray_left_25x7.gif" width="7" height="25" border="0">&nbsp;</td><td class="mtagGout" width="183px" onmouseover="this.className=mtagGover" onmouseout="this.className=mtagGout">',text, '</td><td background="/radweb/images/topMenu/tab_gray_right_25x7.gif" width="7" height="25" border="0">&nbsp;</td></tr></table>'
		].join('');
	return res;
}
function wrap_tabGray1 (text) {
	var res=[];
	for (var i=0; i<3; i++)
		res[i]=['<table cellpadding="0" cellspacing="0" border="0"><tr><td background="/radweb/images/topMenu/tab_gray_left_25x7.gif" width="7" height="25" border="0">&nbsp;</td><td background="/radweb/images/topMenu/tab_gray_bg_25x1.gif" style="font-face: arial; font-size: 14px; font-weight: bold; color: #999999; text-align: center" width="183px">',text, '</td><td background="/radweb/images/topMenu/tab_gray_right_25x7.gif" width="7" height="25" border="0">&nbsp;</td></tr></table>'
		].join('');
	return res;
}

function wrap_tabBlue1 (text) {
	var res=[];
	for (var i=0; i<3; i++)
		res[i]=['<table cellpadding="0" cellspacing="0" border="0"><tr><td><img src="img/tab_blue_left_25x7.gif" width="7" height="25" border="0"></td><td background="img/tab_blue_bg_25x1.gif" style="font-face: arial, verdana; font-size: 14px; font-weight: bold; color: #336699; text-align: center" width="100%">',text,'</td><td><img src="img/tab_blue_right_25x7.gif" width="7" height="25" border="0"></td></tr></table>'
		].join('');
	return res;
}

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: #105D94" 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;
}