var fDesc=new Array(); fDesc[0] = "GoToMeeting is an online collaboration tool which lets you instantly host and manage video, audio, or web meetings. GoToMeeting can be installed on your Windows PC, as well as a variety of other devices, including iOS and Android. Administrators can use the Admin Center to manage individual users and their access-restrictions. Cloud Recording feature eliminates the need to take notes while hosting a meeting."; 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 = ''; } }