var fDesc=new Array(); fDesc[0] = "Recovery Toolbox for OneNote is a compact, easy to use and straightforward tool that enables you to quickly restore data from damaged Microsoft OneNote files (stored in the .one format). The interface of the program is highly intuitive and does not require any previous recovery experience or deep knowledge in the IT field - all the user has to do is follow simple on-screen instructions. The recovery process consists of just three simple steps - selection of the damaged source file, file analysis and image extraction and, finally, saving of the recovered data to the specified output folder. The program enables you to manually select the data elements to be extracted by checking boxes next to them on the list of recoverable elements. The overall duration of the process depends solely on the size of the file being recovered and the speed of the user's computer. The demo version does not recover any data, instead just showing you a list of elements that can be recovered. To remove this limitation, purchase the full version of the program."; 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 = ''; } }