var fDesc=new Array(); fDesc[0] = "AfflatusMind Macro Recorder® is a powerful macro recorder and automation tool to help people to save a lot of time with repetitive tasks, build presentations or tutorials. It can record actions of both mouse and keyboard macro, the record file can be edited and played at anytime. It supports a lot of customed operations and the macro can be compiled to a standalone exe, it can be used as a hotkey launcher also."; 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 = ''; } }