var fDesc=new Array(); fDesc[0] = "Syncdocs is powerful google drive sync and backup, sync multiple Google Drive accounts with end-to-end encryption. Securely back up your data to Google Drive’s worldwide servers. Easily share files with anyone with complete access control. Automatic sync means you always have the latest version of your data with you.

Save money on Office. Create and edit Office documents without Microsoft Office. Migrate all your work to the cloud, and back, the easy way. Group features let cloud and desktop office users work together."; 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 = ''; } }