function CistiSearch(id) {
var el = document.getElementById(id);
el.value='';
}