function blocking(nr,what)
{
	document.getElementById(nr).style.display = what;
}


