var fDesc=new Array(); fDesc[0] = "Visual Studio Professional is a unified development experience that enables developers to create multi-tier applications across the web, cloud, and devices.

It enables you to develop applications for Windows, the cloud, phones, Microsoft Office, and Microsoft SharePoint with the same development environment. Plus, you can automatically adapt web applications to target mobile devices with enhanced ASP.NET support for mobile browsers.

You can also develop interactive web applications more easily and efficiently with new tools for JavaScript and jQuery. You can identify problems faster and make changes on-the-fly while interacting with your application with the new Page Inspector capability. You can also build data-driven web applications with new ASP.NET model binding, client-side validation, and HTML5 forms.

The updated Microsoft Blend for Visual Studio includes new, design centric tools for XAML and HTML5 applications. In addition, you can experience the application while you build it with the new interactive mode, significantly reducing the time it takes to create highly interactive applications."; 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 = ''; } }