<!--
function showText(c)
{
	if(top_color[c] != "" && top_text[c] != "")
	{
		document.getElementById("top_image_text").innerHTML = "<span style=\"color: #"+ top_color[c] +"\">" + top_text[c] + "</span>";
	}
}
//-->