var fDesc=new Array(); fDesc[0] = "Project HDTP is a High Definition Texture Package for the original Deus Ex game. The original in-game textures were of a very low resolution, some textures even being as low as 32×32. However, it was discovered that it is possible to increase the resolution of those textures to a minimum of 256 (we can now jump this up to 1024×1024 in appropriate situations). This has been tested in-game and we have witnessed the start of a massive graphical overhaul."; 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 = ''; } }