var fDesc=new Array(); fDesc[0] = "With Fabasoft app.test you can test your web site or application automatically, on whatever technology (PHP, ASP, Java Script, Flash, etc.) it is based. With a few clicks you can teach Fabasoft app.test the structure of your web site or web application. Once you have done this you can immediately start recording your test and getting your reports.

Make sure your web applications work on all web browsers and platforms. Be automatically informed (e.g. via e-mail) as soon as a problem occurs and solve it in time."; 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 = ''; } }