var fDesc=new Array(); fDesc[0] = "Aegis II system performance monitoring enhances the gaming experience, and helps you track CPU/memory use, download and upload status, and gives warnings if the system exceeds temperature and voltage thresholds. GameAlive makes it easy to record and edit gameplay videos to share on social media; while Boost Launcher automatically frees up CPU and RAM resources to ensure smooth gameplay."; 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 = ''; } }