var fDesc=new Array(); fDesc[0] = "Eliminate the chance of overlooking an anomaly with reports that highlight marginal or failed links. Demonstrate that an installation meets warranty requirements. Help win business with professional and customized summary performance reports. Create graphs and tables that show margins by test standard, operator, location and other attributes."; 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 = ''; } }