function showDescription(inputString) {
	if (document.getElementById("myText"))
		document.getElementById("myText").innerHTML = inputString; 
}