<!--
function clearText(key1){
if (key1.defaultValue==key1.value)
key1.value = ""
}
//--> 
