var fDesc=new Array(); fDesc[0] = "GO-Global is the simple and secure cloud application delivery and Web-enabling solution that makes it easy to extend the reach of your existing Windows, UNIX, and Linux applications to your company's network or the Web. Your applications run on a secure central computer (the Host), making them available to local, remote and mobile devices (the Clients) running just about any platform and operating system."; 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 = ''; } }