<!--
function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}

wFORMS.behaviors['validation'].showAlert = function (nbTotalErrors) {
    var placeHolder = document.getElementById('alertMessagePlaceHolder');
    placeHolder.innerHTML = wFORMS.arrErrorMsg[8].replace('%%',nbTotalErrors); 
    placeHolder.style.display = 'block';
  } 

// -->


