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