
var idCounters;

function ShowCounters(bShow)
{
	idCounters = document.all.idCounters;
	idCounters.style.display = bShow ? "" : "none";
}