var fDesc=new Array(); fDesc[0] = "BrowserAutomationStudio lets you create network applications with zero coding. Its visual constructor allows you to simply record the required steps and customize them; this is similar to recording a macro in MS Office. Captcha confirmation can be integrated using ReCaptcha 2.0.

BrowserAutomationStudio also features Chrome browser emulation, random string generator, database editor, regular expressions, Flash plugin, and JavaScript coding."; 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 = ''; } }