var fDesc=new Array(); fDesc[0] = "Game Assistant is a free, light and easy-to-use tool to help you better manage games by category and enhance your gaming experience and monitor PC status in real time. Now over 4000 games can be auto detected by Game Assistant. You also can add some particular games into Game Assistant by dragging the shortcuts. Then you are free to manage your PC games and web game and quickly launch them directly in Game Assistant. Meanwhile, Game Assistant shows the temperature of CPU, mainboard, GPU and fan speed in real time to prevent your PC from hardware damage such as overheating. If your PC is slowed down by the high ram consumption, you can easily free up RAM by one click to close useless process to boost your PC."; 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 = ''; } }