function go_submit( form )
{
form.submit() ;
}
function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}
