//<SCRIPT LANGUAGE="JavaScript">
//<!--

function loadColor(id) {
	id.style.backgroundColor='#DEF6EA';
	for (var ind=1; ind<=totalParents ; ind++ ) {
		linkId = "link" + ind;
		linkObj = document.getElementById(linkId);
		if (linkObj != null && linkObj != 'undefined' & linkObj!=id) {
			linkObj.style.backgroundColor = '#FFFFFF';
		}
	}
}

function dropColor(id)
{
 id.style.backgroundColor='#FFFFFF';
}

function iconup()
{
document.icon.src="/images/L2headProfRmc-over_01.png"
}

function icondown()
{
document.icon.src="/images/L2headProfRmc_01.png"
}

function arrRup()
{
document.armdr.src="/images/ArrowMDR.gif"
}

function arrRdown()
{
document.armdr.src="/images/ArrowMDR-rmc.gif"
}

function arrLup()
{
document.armdl.src="/images/ArrowMDL.gif"
}

function arrLdown()
{
document.armdl.src="/images/ArrowMDL-rmc.gif"
}

function goShort()
{
location.href='RMCshortProfile.html';
}

function goFull()
{
location.href='RMCfullProfile.html';
}

iconsrc="<IMG NAME='icon' SRC='/images/L2headProfRmc_01.png' BORDER=0 WIDTH=100 HEIGHT=56 BORDER=0 ALT='RMC Faculty & Staff Profiles'>";
sealsrc="<IMG SRC='/images/L1headRMC_01.png' WIDTH=89 HEIGHT=91 ALT='College Seal'>";
colL1headersrc="<IMG SRC='/images/L1headRMC_02.png' WIDTH=380 HEIGHT=54 ALT='Rush Medical College'>";
arrowsrc="<IMG SRC='/images/ArrowRMC.gif' BORDER=0>";
arrowsrc2="<IMG SRC='/images/ArrowRMC2.gif' BORDER=0>";
bulletsrc="<IMG SRC='/images/BulletRmc.gif' BORDER=0>";
bulletsrc2="<IMG SRC='/images/BulletRmc2.gif' BORDER=0>";
rightnews="<IMG SRC='/images/rmc-RightNews_01.png' WIDTH=140 HEIGHT=24 ALT='News'>";
rightevents="<IMG SRC='/images/rmc-RightEvents_01.png' WIDTH=140 HEIGHT=30 ALT='Events'>";
rightrelate="<IMG SRC='/images/rmc-RightRelated_01.png' WIDTH=140 HEIGHT=46 ALT='Related Contents'>";
Event8="<IMG SRC='/images/rmc-RightEvents_08.png' WIDTH=140 HEIGHT=5>";
News8="<IMG SRC='/images/rmc-RightNews_08.png' WIDTH=140 HEIGHT=5>";
Rel5="<IMG SRC='/images/rmc-RightRelated_05.png' WIDTH=140 HEIGHT=5>";
RelBK="<IMG SRC='/images/rmc-RightRelated.png' WIDTH=140 HEIGHT=114>";
linesrc3="<IMG SRC='/images/rmcLine3.jpg' BORDER=0>";
ArrMdR="<IMG NAME='armdr' SRC='/images/ArrowMDR-rmc.gif' width='11' height='11' BORDER='0' ALIGN='textbottom'>";
ArrMdL="<IMG NAME='armdl' SRC='/images/ArrowMDL-rmc.gif' width='11' height='11' BORDER='0' ALIGN='textbottom'>";

headersrc="<IMG WIDTH=469 HEIGHT=56 BORDER=0 SRC='/images/";

//-->
//</SCRIPT>
