function Focus(obj){
    obj.style.backgroundColor = "#fcf1f1";
}

function Blur(obj){
    obj.style.backgroundColor = "#ffffff";
}