var fDesc=new Array(); fDesc[0] = "The yFiles product family offers solutions for the Microsoft .NET platform that support building Windows Forms as well as Windows Presentation Foundation (WPF) and Silverlight applications.
They provide data structures and algorithms for graph analysis, advanced functionality to automatically calculate layouts for graphs, diagrams, and networks, as well as visualization controls for their presentation."; 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 = ''; } }