var fDesc=new Array(); fDesc[0] = "Refresh and update your Windows system with the free and easy-to-use Aploader app. Be notified of the latest software downloads, plus tweak & optimize your Windows system, easily uninstall apps, and much more. Tweak your Windows settings & features of your installed apps to customize and improve performance."; 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 = ''; } }