var fDesc=new Array();
fDesc[0] = "Built for the performance-minded developer who needs to bring blazing fast Rich Internet Applications to market, NetAdvantage® for Silverlight Line of Business features quality clear APIs based on Unified XAML Product Strategy, sharing a common API across our Silverlight 4 and WPF 4 controls.
Quickly and easily create great user experiences centered around Microsoft® Office® 2010 with support for exporting the grid control to Word® documents.
This release also includes a Windows 7 system calendar-style calendar control, and an all-new dock manager component for your Silverlight RIAs.";
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 = '';
}
}