var fDesc=new Array(); fDesc[0] = "The Digital Court Recorder (DCR) is a PC-based, multi-channel digital audio/video recording program designed for court recording. The DCR embeds notes directly into audio/video files on a PC hard drive and mirrored location, bypassing analog tapes and organizing records for fast & easy management and retrieval. The DCR is designed around the highest standard to meet all of you court recording needs. DCR is ideally suited for any court (State or Federal) and is available as portable, stand alone or networked system."; 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 = ''; } }