var residency_ITEMS_B =[
	[wrap_tabBlue('Curriculum'), null, null,
		['Overview', '/radweb/education/residency_curriculum.jsp?overview'],
		['By Year', '/radweb/education/residency_curriculum.jsp?year']
	]
];

var residency_ITEMS_G =[
	[wrap_tabGray('Curriculum'), null, null,
		['Overview', '/radweb/education/residency_curriculum.jsp?overview'],
		['By Year', '/radweb/education/residency_curriculum.jsp?year']
	]
];



function wrap_tabBlue (text) {
	var res=[];
	for (var i=0; i<3; i++)
		res[i]=['<table width=100% 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">',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 width=100% 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" 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;
}