var fDesc=new Array(); fDesc[0] = "Spread Studio for .NET is a cross-platform toolkit that includes components for Windows Forms, ASP.NET, WPF, WinRT, and Silverligh. Spread provides a flexible and familiar spreadsheet architecture, advanced charting, and a powerful formula library that is ideal for creating financial modeling and risk analysis, budgeting, insurance, scientific and many other similar application needs."; 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 = ''; } }