var fDesc=new Array(); fDesc[0] = "Synchronize, backup and share your personal data (e-mails, contacts, calendar, tasks and notes) on your mobile devices and computers automatically and wirelessly. TopSync secures you personal data in the cloud, syncs this content across diverse devices and enables sharing of the content with other people and systems. TopSync supports many popular smartphones, tablets, computers and applications like Microsoft Outlook with a single solution. All of your important stuff is available anytime and anywhere across your mobile devices and computers."; 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 = ''; } }