var fDesc=new Array(); fDesc[0] = "This launcher can run Grim Fandango from hard drive (play without the cd’s) and can automatically copy the required files to the hard drive. Also, it can download and install the official Grim Fandango patch if its not applied. This tool provides a synopsis of debug features and debug keys."; 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 = ''; } }