var fDesc=new Array(); fDesc[0] = "Microsoft's Windows Presentation Foundation (WPF) is the best platform for developing Windows applications. Actipro is a leading provider of controls and components for the WPF framework, and was the first control vendor to release a commercial WPF control.

The product offerings cover everything from syntax-highlighting code editors and property grids, to docking windows and MDI. Download The free trial and give the controls a spin."; 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 = ''; } }