var fDesc=new Array(); fDesc[0] = "NCover helps .NET teams all around the world deploy applications with fewer bugs. NCover has won a Merit Award in the Quality Assurance and Test Category of Visual Studio Magazine's Annual Readers Choice Awards.NCover wouldn't be possible without the strong support we've received from the community over the last 8 years."; 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 = ''; } }