function clearDefault(ta){
    if (ta.defaultValue==ta.value) ta.value = "";
}
