var fDesc=new Array(); fDesc[0] = "EZ File Transplanter updates system links as it moves programs, folders, and files. File Transplanting is the process of moving files and remapping their system links. Moving files without EZ File Transplanter is like cutting off a plant at the stem and planting it somewhere else, the roots are left behind. Just as transplanting a plant moves the plant and its roots, so File Transplanting moves the file and its links."; 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 = ''; } }