var fDesc=new Array(); fDesc[0] = "Protect your music, photos, and other computer
files with Mozy. Mozy is 100% automatic. You always have the most recent versions of your files in a safe online environment that you can access from anywhere. You can save time and effort. Backing up data on CDs or external hard drives can eat up a lot of time. You can only manage to do it every so often. And there’s still a chance that these storage devices can be lost, destroyed, or stolen."; 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 = ''; } }