function clear_field(field, d){
	if ($(field).value == d) {
		$(field).value = '';
	}
}
