function clearbox(v)
{
    v.value='';
    v.style.color='#000000';
}


