var fDesc=new Array(); fDesc[0] = "Silverlight Viewer for Reporting Services is the first product on the market which provides the ability to view Reporting Services reports in Silverlight applications. This is a native Silverlight control that easily integrates into any Silverlight application. Thus, it is possible to use the whole set of features which are, as a rule, available in the classical desktop applications, including dynamic scaling and smooth panning with animation, interactive sorting, search and so on."; 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 = ''; } }