var fDesc=new Array(); fDesc[0] = "An integrated desktop platform for discovery, design, configuration, quoting and proposing integrated communications network solutions. DesignXpert automates, simplifies, and mitigates the grueling process of network design. Whether it’s a new converged network, next-generation services or growing an existing network, DesignXpert transforms the process of network design into an efficient, collaborative process resulting in comprehensive and accurate enterprise network design blueprint."; 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 = ''; } }