var fDesc=new Array(); fDesc[0] = "ASP.NET and Web Tools 2013.1 for Visual Studio 2012 is a program that brings improvements in ASP.NET MVC 5, Web API 2, Scaffolding and Entity Framework 6 to users of Visual Studio 2012 and Visual Studio 2012 Express for Web. The program has support for Windows 7 Service Pack 1, Windows 8, Windows 8.1, Windows Server 2008 R2 SP1, Windows Server 2012 R2, Visual Studio 2012 or Visual Studio Express 2012."; 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 = ''; } }