function applydisplay(value)
{
 document.getElementById("hideRow").style.display = value;
}