// JavaScript Document
<!--
document.onmousedown=click 
// clear input field
function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
} //-->







