var fDesc=new Array(); fDesc[0] = "Silverlight 4 Tools for Visual Studio 2010 includes several features:

* Support for targeting Silverlight 4 in the Silverlight designer and project system
* RIA Services application templates and libraries
* Support for Silverlight 4 elevated trust and out-of-browser applications and other new Silverlight 4 features, including
o Working with Implicit Styles
+ Go To Value Definition lets you directly get to styles from your page
+ Style Intellisense lets you easily modify styles
o Working with Data Source Window outputs
+ Drag and drop from the data source window and see the data can, from which you can easily select and modify your data source information
+ Add, remove, and re-sort DSW outputs using the Grid Row and Column context menu
+ Move your controls around the form and change alignments in bulk using the margin editor
+ Add sample data to see item templates and bindings at design time
o Working with Silverlight 4 Out-of-browser applications
+ Automatically launch and debug your OOB app from inside the IDE
+ Specify XAP signing for trusted OOB apps
+ Set the OOB window characteristics"; 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 = ''; } }