var fDesc=new Array(); fDesc[0] = "With Mozy Sync you can easily synchronize files and folders between computers or mobile devices over the internet. When you install Mozy Sync on your computer, it links a local sync folder with your online sync, allowing you to access and manage these files from any location, such as through the Mozy Web site, the Mozy mobile app, and on any of your linked 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 = ''; } }