<!--

function clearField(inTxt,init)
{
if (inTxt.value == init)
    {
        inTxt.value = "";
    }
}

//-->
