function showElement(strElementId)
{
	objElement = document.getElementById(strElementId);
	objElement.style.display = 'block';
}
