// JavaScript Document
function expandTopic(whichTopic)	
{
	whichTopic.style.display = "block";
}


