var fDesc=new Array(); fDesc[0] = "Sync from your Windows, Mac, or Ubuntu Linux computers to the cloud and vice-versa without any trouble. Find your latest files on any computer, both on and offline. Get your team on board by updating your shared folders and documents. You can even customize by selecting each file independently. Uploading documents is easy with Zoho Docs. Just drag and drop files into the Zoho Docs Sync application on your desktop and move your files online. Move data from any file storage system, whether you're using Dropbox, Box, or Google Drive. All you have to do is sign in."; 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 = ''; } }