function dataCount(value, size){
   document.formAdv.countfield.value = (size-1)-value.length;
}