var fDesc=new Array(); fDesc[0] = "You can calculate single files or a list of files at once. In addition you can compare exe-files of games with a "MTXL-database" and/or "MT-X database" to see if resp. which listed gameversion in the MTXL/MT-X is matching your file. So you quickly know which entry you have to select in the MTXL/MT-X, but not all supported games are listed in database. If your game-exe isn't matching an entry, the trainer may work too, but mostly it isn't so."; 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 = ''; } }