var fDesc=new Array(); fDesc[0] = "RESTORET is a PC security tool to recover deleted files, restore system from crash, create an image of the system, protect from data loss or data thieves, prevent unauthorized access to the system, etc. Restoret snapshot technology helps users to create continuous backup snapshots which stores all the information of their PC. In circumstances when data accidentally get deleted or get corrupted, Users can simply rollback to a snapshot which has all the data saved."; 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 = ''; } }