function cleanValue( val ) {
    document.getElementById( val ).value = '';
}

