function clearIdentification(inputText){
if(inputText.defaultValue == inputText.value)
inputText.value = "";
} 
