var fDesc=new Array(); fDesc[0] = "The program gives a demo of the G-SYNC feature of the NVIDIA graphic cards. The feature eliminates tearing and minimizes stutter and lag to give you a smooth and fast gaming experience. It shows a simulation of a pendulum. With “noVSYNC” selected, you can try different GPU frame rates and immediately notice tearing on the screen. And with G-SYNC selected, you’ll see a smooth, tear-free image."; 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 = ''; } }