function showBlock(block)
{
 var obj = document.getElementById(block);
 obj.style.display = 'block';
}