function hO(uin)
{
		document.getElementById('r'+uin).style.backgroundColor = "#ffe8e6";
		document.getElementById('t'+uin).style.backgroundColor = "#ffe8e6";
}

function hF(uin)
{
		document.getElementById('r'+uin).style.backgroundColor = "#FFFFFF";
		document.getElementById('t'+uin).style.backgroundColor = "#FFFFFF";
}
