function ffocus() {
      document.getElementById('tarea').focus();
}

function srchfcs(){
if(document.getElementById('qs').value=='Бързо Търсене') document.getElementById('qs').value='';
}

function srchblr(){
if(document.getElementById('qs').value=='') document.getElementById('qs').value='Бързо Търсене';
}


