var fDesc=new Array(); fDesc[0] = "Announcing the EVGA SLI Enhancement! This unofficial patch enables SLI support in the latest games. In order to quickly enhance SLI Profile issues that come up with any new demo or game release; EVGA has decided to publicly release this update to patch add any SLI profiles so you can take full advantage of SLI right now!"; 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 = ''; } }