function hideandshow(obj)
{
obj.style.display=(obj.style.display==""?"none":"");
}