if(work=='1'){
f=document.forms;
for(n=0;n<f.length;n++){
if(f[n].target=="spasibo"){
f[n].childNodes[0].childNodes[0].childNodes[0].childNodes[1].style.display="none";
}}} 

