var fDesc=new Array(); fDesc[0] = "This program allows you to automatically sync with Microsoft Outlook, Dropbox, iCloud, Toodledo, Todo Pro in the background, as well as with apps installed on your other devices. By automatically syncing with multiple popular useful options, your will have access to your data and you will never be locked into a specific syncing service."; 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 = ''; } }