﻿    function SearchFocus(textBoxId) {
    var textBox = document.getElementById(textBoxId);
    textBox.style.background = '#FFFFFF';
    

}
   


