var fDesc=new Array(); fDesc[0] = "GoToManage is a program designed to help you to manage everything related to IT.
Citrix® GoToManage® Remote Support is the essential support tool designed for IT professionals, managed service providers and software consultants in a team environment. With GoToManage Remote Support, you can resolve technical issues by instantly delivering web-based support to customers, end users, unattended computers and servers"; 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 = ''; } }