var fDesc=new Array(); fDesc[0] = "You can now use the DSL designer in Visual Studio 2005 Standard (and above), sorry you can't use these extensions in the Express versions, without having the complete Visual Studio 2005 SDK installed. Work item templates are a fantastic feature if you are tired of repetitively filling out tons of fields on bug reports. I'm not proud to say that our internal bug definition has 75 or more fields associate with it and at least 8 or 10 of them are required."; 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 = ''; } }