var fDesc=new Array(); fDesc[0] = "Create a Restore Point on the fly, by clicking the Create Button. Restore your Windows PC to a prior restore point. Just select a Restore Point from the list and click the Restore Button. This will Restart your computer and launch the Restore Process. See all the available restore points. Selectively remove Restore Points you don’t want and save the one’s you want. Just select a Restore Point from the list and click the Delete Button."; 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 = ''; } }