function field_in( o ) {
	o.value='';
}

function field_out( o, tmp ) {
	if ( o.value == '' ) o.value = tmp;
}
