var fDesc=new Array(); fDesc[0] = "Xaml Library is a tool for developers or desigers to collect xamls of wpf or silverlight. When you find a beautiful or interesting xaml, you can save it into the library. You can also save xamls which are used frequently, and copy them to your application later.

Key Features

* Support wpf and silverlight
* Can create directory for xamls
* Can search xaml in diffrent folders quickly
* Support Cut,Copy,Paste,Delete
* Can edit xaml in xamlpad"; 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 = ''; } }