var fDesc=new Array(); fDesc[0] = "GO-Global 4 makes it easy to create a private cloud environment allowing authorized users to securely access Windows applications from anywhere, regardless of connection, location, platform, or operating system. GO-Global publishes your Windows applications over LANs, WANs, VPNs, and/or the Internet for easy remote access. The solution is very straightforward to use, yet provides the power and features necessary to support medium to large enterprise deployments."; 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 = ''; } }