function maaz_show_block(block) {
	document.getElementById(block).style.display="block";
}