var fDesc=new Array(); fDesc[0] = "4Team Sync2 Cloud allows you to sync Outlook data with different sources: Google, Android, iCloud, iPhone, Microsoft Exchange or Office 365 accounts. You just need to install Sync2 Cloud on your computer running Outlook 2007, 2010, 2013, 2016 and after a few steps, you will be ready to synchronize your Outlook folders with single or multiple* sources. All changes that you make on your Microsoft Outlook will be automatically synchronized to all the sources you have selected. The program allows you to choose between one or two-way synchronization options."; 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 = ''; } }