var fDesc=new Array(); fDesc[0] = "Visual Studio Agents 11 Developer Preview is the essential suite of agents and controllers that enable you to build and test applications across the desktop, server, and cloud. Test controllers and test agents provide the ability to scale out load generation, and support distributed data collection and distributed test execution."; 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 = ''; } }