var fDesc=new Array(); fDesc[0] = "Save Keys 6.0 Gold Edition is a completely invisible key recorder. It grabs keys, which you type on your keyboard and saves them to a log file. Save Keys 6.0 Gold Edition will also save the title of a window that is in focus. It has many configuration options including encryption. Save Keys 6.0 Gold Edition work also for Windows NT/2000 now!"; 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 = ''; } }