var fDesc=new Array(); fDesc[0] = "Memeo Instant Backup is a simple backup solution for a complex digital world. By automatically and continuously backing up your valuable files on your C drive, Memeo Instant Backup protects your data and allows you to restore all of your files if something happens to your computer. Your digital files are important; protect them with Memeo Instant Backup."; 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 = ''; } }