// JavaScript Document

function makeVisible {
	document.form.DepositionAttorney.style.visibility = "visible";
}
