var fDesc=new Array(); fDesc[0] = "AppBooster gives you instant power for your apps and games whenever you need it. Instead of manually shutting down running processes, applications and windows services, AppBooster quits all unneeded background processes and services making more RAM and CPU power available for your favourite games and apps. Without beeing a professional pc user you are able to get the most out of your computer."; 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 = ''; } }