var fDesc=new Array(); fDesc[0] = "FrameWorkDetector is a free and very usefull tool for .net framework , you can see which framework you have installed.

As a Tester when you test a windows application the Framework version is very important!, the starting point is you want to test your application so you most have .NET Framework installed!!! This tool will help you see which .NET framework is installed so you can perform your testing on the right environment"; 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 = ''; } }