var fDesc=new Array(); fDesc[0] = "XDraw makes it easier for developers to create XAML vector graphics. It's developed in C# using WPF. XDraw provides a graphical editor for XAML vector graphics, which can be saved and loaded as Canvas or DrawingImage. The key features will be a Visual Studio Plugin and modularization, which allows to reuse the editor in your own applications. All icons in XDraw have been created with XDraw."; 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 = ''; } }