var fDesc=new Array(); fDesc[0] = "MultiEx Commander makes it possible to extract files from and import into hundreds of game resource archives. Most games use large files in which they save all necessary files. This usually includes sounds, music, graphics, scripts and code. With MultiEx Commander you can open them using an easy to use interface. With this program you can create and save changes to your game and distribute your own mod as a stand-alone file."; 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 = ''; } }