var fDesc=new Array(); fDesc[0] = "SharePoint Designer 2013 is a development tool for SharePoint applications. With SharePoint Designer, both advanced users and developers can rapidly create SharePoint solutions in response to business needs.

It is possible to compose no-code solutions that encompass a variety of scenarios, from collaborative sites and web publishing to Line-Of-Business data integration, business intelligence solutions, and human workflows, leveraging the building blocks available in SharePoint in an easy to use environment. In addition, developers can use SharePoint Designer 2013 to get a quick start on SharePoint development projects.​

SharePoint Designer 2013 requires Windows 7, Windows 8, Windows 8.1, Windows Server 2008 R2, and Windows Server 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 = ''; } }