var fDesc=new Array(); fDesc[0] = "KEATER is a simple tool with the function to capture the activities that occur on your desktop computer. This tool has three methods including, capture keystrokes, capture the copied text (Clipboard text), and capture your desktop screen a specified time in seconds. It would be useful if you want to monitor activity when your computer are being used by another person, or your child (as parental control)."; 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 = ''; } }