var fDesc=new Array(); fDesc[0] = "GPU Caps Viewer is a tool that lets you monitor the activity of your graphics card.
For example, if you are a hardcore gamer or a web developer who uses demanding applications when it comes to graphics, this software can come to your aid. The user interface of GPU Caps Viewer is standard."; 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 = ''; } }