var fDesc=new Array(); fDesc[0] = "When disaster strikes, restoring a full backup is the only way to get your computer back, working exactly the way it was. Until now, online backup has NOT been a full backup or a disaster recovery solution. It is only a backup of your documents, photos, etc., NOT your software programs and system files. Hybir Backup is Full Online 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 = ''; } }