function findId(idd) { return document.getElementById(idd);}

function clear_default_text(obj) {
    obj.className="form_text";
    obj.value="";
}
