var fDesc=new Array(); fDesc[0] = "Partition Extender provides cool features that enable users to extend the system partition with the latest data protection technology and a good data-moving algorithm, which means that it guarantees data safety 100 % and the fastest data partition moving speed. If you want to expand Windows boot volume, download Partition Extender Pro to extend the system partition by redistributing free space from other partitions to the C: Drive when the system runs out of space on Windows 10/8/7/Vista/XP."; 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 = ''; } }