var fDesc=new Array(); fDesc[0] = "Link3000 is a simple application for downloading and uploading the files and records from your Tru-Test series 3000 indicator.Link3000 automatically searches for the JR/SR2000 or JR/SR/XR3000 indicator on any free serial ports installed on a computer. The reports printed straight from Link3000 or saved as a text file for importing into third party software programs."; 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 = ''; } }