function hiLiteElement(sID,sColor)
{
	document.getElementById(sID).bgColor=sColor;
	document.getElementById(sID).style.cursor='hand';
}

function hiLiteElement2(sID,sColor)
{
	document.getElementById(sID).bgColor=sColor;
	document.getElementById(sID).style.cursor='hand';
}
