function ShowText( obj , strId )
{
	obj.style.display = "none";
	document.getElementById(strId).style.display = "block";
}

