var fDesc=new Array(); fDesc[0] = "EveryStep Scripting Tool is a web testing automation tool. It lets you record mouse movements, hovers, clicks, keyboard actions, etc. on the desktop and mobile browsers. You can select images or sections of the interactive application such as AJAX, Flash or Silverlight to verify that they show up every time the script is replayed. Point & Click Browser Scripting doesn't require you to write any code. Advanced users can manually edit the recorded script to inject verification steps, add delays, 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 = ''; } }