 function clearInput(inputValue) 
{
     if (inputValue.value == inputValue.defaultValue)
 {
         inputValue.value = ""
     }
 }