<!--
var temp;
function chan(o)
{
if (temp!=undefined)
{temp.style.backgroundColor="";
temp.style.color="";}
temp=o.parentNode;
temp.style.backgroundColor="#2E82AB";

}//-->