var fDesc=new Array(); fDesc[0] = "Altova MobileTogether empowers enterprises with the tools they need to connect to backend data and develop robust enterprise solutions using a unique, low-code approach that gets your applications in end-users’ hands faster than ever before. The MobileTogether platform includes everything you need to build, deploy, and update your enterprise solutions. In-house developer or technical user builds and tests an enterprise application in the free MobileTogether Designer. Developer deploys the solution to your MobileTogether Server (either on-premises or in the cloud)."; 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 = ''; } }