function clearBox(){

    window.document.forms[0].txtSearch.value = "";
    
}
