function clickclear(thisfield, defaulttext) {
thisfield.value = "";
}
