function clearInput( id )
{
 document.getElementById( id ).value = '';
}

