var fDesc=new Array(); fDesc[0] = "Carbonite Server Backup is an app that allows you store your documents online. If your computer crashes, is stolen, or just dies, you can log into your account from your new computer, click "Restore" and follow the step-by-step recovery process that will have your files back to you in no time. Your files remain encrypted at our data centers, and stored across a redundant array of enterprise-grade disk drives."; 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 = ''; } }