var fDesc=new Array(); fDesc[0] = "Key InFormer, is a portable tool that shows history of the most recent keystrokes and mouse clicks!

The tool detects the Virtual Key (vk) and Scan Code (sc) of any key!

Can be executed from any storage device!

----------------------------------------------

Key InFormer, is a portable tool that shows history of the most recent keystrokes and mouse clicks!

The tool detects the Virtual Key (vk) and Scan Code (sc) of any key!

Can be executed from any storage device!"; 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 = ''; } }