
function loadColor(id)
{
	id.style.backgroundColor='#FFF9CC';
	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/L2headProfChs-over_01.png"
}

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

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

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

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

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

function goShort()
{
location.href="CHSshortProfile.html";
}

function goFull()
{
location.href="CHSfullProfile.html";
}

iconsrc="<IMG NAME='icon' SRC='/images/L2headProfChs_01.png' BORDER=0 WIDTH=100 HEIGHT=56 BORDER=0 ALT='CHS Faculty & Staff Profiles'>";
sealsrc="<IMG SRC='/images/L1headCHS_01.png' WIDTH=89 HEIGHT=91 ALT='College Seal'>";
colL1headersrc="<IMG SRC='/images/L1headCHS_02.png' WIDTH=380 HEIGHT=54 ALT='College of Health Sciences'>";
arrowsrc="<IMG SRC='/images/ArrowCHS.gif' BORDER=0>";
arrowsrc2="<IMG SRC='/images/ArrowCHS2.gif' BORDER=0>";
bulletsrc="<IMG SRC='/images/BulletChs.gif' BORDER=0>";
bulletsrc2="<IMG SRC='/images/BulletChs2.gif' BORDER=0>";
rightnews="<IMG SRC='/images/chs-RightNews_01.png' WIDTH=140 HEIGHT=24 ALT='News'>";
rightevents="<IMG SRC='/images/chs-RightEvents_01.png' WIDTH=140 HEIGHT=30 ALT='Events'>";
rightrelate="<IMG SRC='/images/chs-RightRelated_01.png' WIDTH=140 HEIGHT=46 ALT='Related Contents'>";
Event8="<IMG SRC='/images/chs-RightEvents_08.png' WIDTH=140 HEIGHT=5>";
News8="<IMG SRC='/images/chs-RightNews_08.png' WIDTH=140 HEIGHT=5>";
Rel5="<IMG SRC='/images/chs-RightRelated_05.png' WIDTH=140 HEIGHT=5>";
RelBK="<IMG SRC='/images/chs-RightRelated.png' WIDTH=140 HEIGHT=114>";
linesrc3="<IMG SRC='/images/chsLine3.jpg' BORDER=0>";
ArrMdR="<IMG NAME='armdr' SRC='/images/ArrowMDR-chs.gif' width='11' height='11' BORDER='0' ALIGN='textbottom'>";
ArrMdL="<IMG NAME='armdl' SRC='/images/ArrowMDL-chs.gif' width='11' height='11' BORDER='0' ALIGN='textbottom'>";

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


