function highlight( obj )
{
 
 obj.style.backgroundColor = "#D8D6ED" // #CDE3FE"
 
}

function normal( obj )
{
 
 obj.style.backgroundColor = ""

}
