var fDesc=new Array(); fDesc[0] = "Borderless Gaming allows you to play games in a borderless window. Games run smoother when running in a window, since there is no need for V-Sync. This application has the ability to force borderless-fullscreen mode in any game. It reduces the risk of crashing in badly optimized games when you switch to other applications like media player or email client."; 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 = ''; } }