var fDesc=new Array(); fDesc[0] = "This package is an add-on for Visual Studio 2010 SP1 to provide tooling for Microsoft Silverlight 5 and Microsoft WCF RIA Services V1.0 SP2. It can be installed on top of either Visual Studio 2010 SP1 or Visual Web Developer 2010 Express Service Pack 1. It extends existing Microsoft Silverlight 4 features and multitargeting capabilities in Visual Studio 2010 SP1 to also create applications for Microsoft Silverlight 5 using C# or Visual Basic."; 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 = ''; } }