function highon(obj)
{
obj.style.backgroundColor='#D3CDB8';
}
function highoff(obj)
{
obj.style.backgroundColor='';
}

function highon2(obj)
{
obj.style.borderColor='#003399';
}
function highoff2(obj)
{
obj.style.borderColor='#FFFFFF';
}
//-->
