var fDesc=new Array(); fDesc[0] = "EnhanceMy8 includes any tweaks and tools you need to keep your Win8 in mint condition. Windows 8 is fast and it is quite satisfying in the role of replacing Windows XP and Win7, but you can make it much faster and responsive with EnhanceMy8. It can automatically find and delete unneeded files and folders, and reduce the amount of fragmentation in file systems and in the registry while getting a maximum of detailed information about your hardware and software."; 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 = ''; } }