var fDesc=new Array(); fDesc[0] = "Secure remote storage that scales with you, plus a robust collection of enterprise-class data protection and access features.Sync, protect, and archive content from multiple computers with the same Tilana Reserve account. Use a single Tilana Reserve account to selectively protect and sync folders and files on as many different computers as you want*, and to safely archive content."; 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 = ''; } }