var fDesc=new Array(); fDesc[0] = "It comes preloaded on Lenovo/idea laptops, designed to back up and restore your computer. To utilize the features of the OneKey Recovery system, your hard disk already includes a hidden partition from factory to store the system image file and the OneKey Recovery system program files. This default partition is hidden for security reasons, which explains why the available disk space is less than the stated capacity.

OneKey Recovery is linked with the hidden partition and not available for seperate download. If you accidentally remove software and the hidden partition is well, you can still open it outside Windows by pressing the NOVO 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 = ''; } }