var fDesc=new Array(); fDesc[0] = "Workspace Whiz is a powerful add-in for Visual Studio .NET 2002/2003/2005/2008 and Visual C 6 designed to improve developer productivity.

Features:

- Incremental searching of files throughout the workspace, global include/source directories, or user specified directories.
- Incremental tag searches either by identifier name or a parent class or namespace.
- Switching between the declaration and definition of functions.
- Tag completion at the press of a key while typing.
- Powerful code templates."; 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 = ''; } }