var fDesc=new Array(); fDesc[0] = "Application Mover is a tool that relocates installed programs from one path to another on your hard disk. Application Mover also scans all windows shortcuts in the Start Menu and adjusts path references to the new program location. Finally, *.ini and Install.log files present in the original program path are checked for strings matching the old path location."; 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 = ''; } }