var fDesc=new Array(); fDesc[0] = "Extract web data, automate web forms and create professional, robust web scrapers with a simple visual action script. The Djuggler software includes many actions for HTML, DOM, XML, SQL, AJAX, web forms, regular expressions, fuzzy matching and more. Actions include the capability for variables, arrays, if/else decision-making, looping and extensive database and file export capabilities."; 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 = ''; } }