// JavaScript Document

function showElement(i)
{
	document.getElementById(i).style.visibility = "visible";
}