var fDesc=new Array(); fDesc[0] = "Ranorex Studio offers seamless testing of a wide range of desktop, web and mobile applications and support for many 3rd party controls and frameworks. You can easily set up automated test cases with the capture and replay functionality. Professional programmers can use an API for C# and VB.NET to enhance their recordings instead of using the script-free drag & drop functionality."; 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 = ''; } }