
function show(obj)
	{
		obj.lastChild.style.display = "block";
	}
function hide(obj)
	{
		obj.lastChild.style.display = "none";
	}