var fDesc=new Array(); fDesc[0] = "Self Repair Technician™ is tailored specifically to address the ongoing customer support needs of service providers. It reduces ongoing support costs by empowering subscribers to Self Repair common desktop configuration issues and resolve common connectivity related support drivers. Through the delivery of industry-leading software technologies, Self Repair Technician provides a comprehensive, scalable and cost-effective solution for automated subscriber service and support."; 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 = ''; } }