var fDesc=new Array(); fDesc[0] = "AccuTerm allows you to access your MultiValue application, whether it is on-premises or in the cloud–from any Windows device. With this program you get high-performance connectivity to your MultiValue systems with a full complement of productivity features, including visual styles, a full-featured GUI development environment, robust automation interface, and Visual Basic for Applications (VBA) scripting."; 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 = ''; } }