var fDesc=new Array(); fDesc[0] = "Cirris easy-wire software guides you through the steps of registering connectors/adapters, setting up a test program, testing a cable or harness, and archiving the test report. This program works with most of the Cirris cable testers. Easy-wire lets you choose from several test modes including single test, continuous test, sequential build test, random build test, and single pass build test."; 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 = ''; } }