function reset_value(input_object, input_object_value) {
    if (input_object.value=='') {
        input_object.value=input_object_value;
    }
}