var fDesc=new Array(); fDesc[0] = "With Carbonite Sync & Share you can always access, edit and share the latest versions of your files no matter where you are or what device you’re using. Sync & Share finds your files no matter where you save them. Then, they're automatically and securely synced to your Sync & Share list using 256-bit encryption."; 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 = ''; } }