var fDesc=new Array(); fDesc[0] = "Extend any partition without data loss? Download IM-Magic Partition Resizer Free, the free partition software to help expand, move, shrink, and merge partitions without destroying the data. It only requires a few clicks from you to command the program move the fences to rearrange the disk partition territory and keep your files untouched. 100% of successful resizing! (Portable/Bootable CD is supported in Resizer Pro and Resizer Server. )"; 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 = ''; } }