function setValueToEmpty(x)
{
document.getElementById(x).value="";
}
