var fDesc=new Array(); fDesc[0] = "CobraWinLDTP is a desktop testing tool for Linux and Windows. Windows GUI testing is known to work on application written in .NET, C , Java, QT on Windows XP SP3, Vista SP2, Windows 7, and Windows 8 development version. Test scripts can be written in Python, Ruby, Java, C#, VB.NET, PowerShell, Clojure, Perl and it can be extended to other languages."; 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 = ''; } }