function show(a)
{
var b=document.getElementById(a);
b.style.visibility="visible";
b.style.display="block";
//a.display=

//alert(b.display);

}