// JavaScript Document
function ClearText(){
document.getElementById('search').value = "";
}
