var fDesc=new Array(); fDesc[0] = "The Campaign Finance SmartClient is a freely distributable software application sponsored by the Philadelphia Department of Records, designed to allow Candidates, Committees, and Lobbyists to enter and maintain their official Campaign Finance records on a local computer, and to file Reports and Statements online. It can also be used to print Campaign Finance Reports and Statements Forms as well as export to text files as specified by Pennsylvania Department of State."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }