function clean(box) {
if(box.value==box.defaultValue) {
box.value = "";
}
}

