function clearIfText(what,txt)
{
    if(what.value==txt)
       what.value='';
}


