var fDesc=new Array(); fDesc[0] = "Mono Tools for Visual Studio is an add-in module that lets you build .NET applications and appliances entirely within Microsoft Visual Studio.
Best of all, you don't have to learn new tools or another language. Using Mono Tools for Visual Studio, you can reduce the time and cost of multi-platform application development, increasing your deployment options and market opportunities."; 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 = ''; } }