<!--
var temp;
function cb(o)
{
if (temp!=undefined)
{temp.style.backgroundColor="";
temp.style.color="";}
temp=o;
o.style.backgroundColor="#ff3b00";
o.style.color="white";
}
//-->
