var fDesc=new Array(); fDesc[0] = "JCF-Lite by Cerenade is the premier judicial council forms management solution that eliminates the need to maintain a costly inventory of Judicial Council forms. Now the dozens of categorized and sub-categorized forms of the Administrative Office of the Courts (AOC) from an extensive list of counties is available electronically, reducing the time, space, and man-hours required to process paper forms. Only Cerenade offers such a comprehensive inventory!"; 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 = ''; } }