var fDesc=new Array(); fDesc[0] = "The WPF Theme Selector Add-In for Visual Studio is a handy tool for quickly adding a reference to a custom WPF theme file. But what if you want to use it with a 3rd party themes project such as those found in WPF Futures? In this blog, I will be looking at what it takes to do just that, and the good news is that the process is actually pretty simple."; 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 = ''; } }