var fDesc=new Array(); fDesc[0] = "GoWPF is the implementation of GoXam for WPF 3.5 or later. GoXam provides controls for implementing diagrams in your WPF and Silverlight applications. GoXam has been designed and implemented from the ground up to take full advantage of all of the features of Microsoft WPF and Silverlight for all of your graph-based diagram needs.

The Diagram class is a WPF or Silverlight Control that fully supports the standard customization features expected in WPF or Silverlight. These features include templates for Nodes and Links, Data Binding (3 Models to meet your needs), animation, commands, printing, works with Silverlight out-of-browser mode, use Expression Blend to design the contents of your nodes"; 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 = ''; } }