var fDesc=new Array(); fDesc[0] = "WebEx PCNow is a powerful web-based service that lets you access your own computer securely from a remote location via any computer with a web browser and an Internet connection, or from a mobile device with a web browser. WebEx PCNow essentially “brings your computer to you” no matter where you are. WebEx PCNow also protects you with continuous backup and lets you actually use your files anytime, anywhere, on any connected device."; 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 = ''; } }