var fDesc=new Array(); fDesc[0] = "PTFB Pro is an automation tool with features such as auto mouse clicker, macro recorder, and auto responder. PTFB sits quietly in your system tray monitoring your applications and workflow. When it identifies a situation where it can help, it instantly takes action - optionally alerting you and logging the incident.

Auto Responder can respond to prompts and other confirmation screens on your desktop automatically. It can response using mouse clicks, key presses, etc."; 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 = ''; } }