function showSpoiler(obj)
{
	obj.parentNode.childNodes[1].style.display = "";
	obj.style.display = "none";
	return false;
}
