function clPol(){
if(document.forms['FindForm'].elements['query'].value == ' поиск...'){
document.forms['FindForm'].elements['query'].value='';
}
}

function chPol(){
if(document.forms['FindForm'].elements['query'].value == ''){
document.forms['FindForm'].elements['query'].value = ' поиск...';
}

}