var fDesc=new Array(); fDesc[0] = "The Reporters' Toolkit is a software application has the purpose to standardize, simplify and expedite the creation of transcripts from proceedings such as Court, Discovery, Inquest, etc. The information contained on these pages is of a technical nature, relating to the installation, use and troubleshooting of the PCRTKv2 software."; 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 = ''; } }