var fDesc=new Array(); fDesc[0] = "A cheat tool for Windows 95,98,NT. Allow find, edit and freeze numeric values (life, ammo, money and other in games) in memory of DOS, Windows 3.1 and Windows95, 98, NT processes runned under Windows 95, 98, NT.Memory dump. Find strings and bytes sequences in process memory."; 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 = ''; } }