function hideShow(block_name)
{
	document.getElementById(block_name).style.display='block'; 
}