var fDesc=new Array(); fDesc[0] = "Sunrise Telecom is a leading provider of testing and monitoring solutions for digital multimedia, metro Ethernet, and VoIP networks. Founded in 1991 to enable telecom providers to deliver services quickly, seamlessly and profitably, Sunrise Telecom soon became a pioneer in DSL testing, made bold advancements in cable and optical network analysis, and introduced the world’s first VDSL field testing solution."; 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 = ''; } }