var fDesc=new Array(); fDesc[0] = "MSBuild Sidekick allows you to view, edit, build and debug Microsoft Visual Studio 2005, 2008, 2010, 2012 and 2013 project files (C#, VB.Net and C ), Microsoft Team Build project files, Visual Studio 2005, 2008, 2010, 2012 and 2013 solution files as well as custom MSBuild projects. While providing rich Graphic User Interface, integrated build/debug and extensive logging capabilities, the application requires only .Net runtime (2.0, 4.0, 4.5 and 4.5.1) to operate."; 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 = ''; } }