
function MatchListDisplay(sDisplay)
{
	if (document.getElementById && document.getElementById('TheList'))
	{
		document.getElementById('TheList').style.display = sDisplay;
	}
}


