var fDesc=new Array(); fDesc[0] = "Ericom Connect is a powerful remote application and desktop access solution. It provides secure, centrally managed access to your applications and desktops, all from within a single platform - from any device. With this tool you can rapidly deploy virtualized applications and desktops; reduce IT and Helpdesk workload; accelerate delivery, while optimizing the user experience across a wide range of devices and network types, and more."; 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 = ''; } }