//
// Pioul's framework
//

//////////////////// Empty a form field (onclick)
function empty_field(field){
	field.value = '';
}