var fDesc=new Array(); fDesc[0] = "The D6200 is a PC-based application for Windows that allows the user to view, change, upload and download all of the D6600’s programming parameters via a network OR the receiver’s and the host’s serial COM ports. Through the D6200 software the user can edit CPU and line card parameters, view the status of all accounts in the databases, add/edit/delete accounts, and configure network operations."; 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 = ''; } }