var fDesc=new Array();
fDesc[0] = "VS.NETcodePrint a Microsoft Visual Studio .NET 2003 Add-in that saves system development and maintenance time and money by allowing you to produce professional style printouts of Visual Basic.NET, C#, J# and ASP.NET source code. You can preview the printouts before printing and exporting to RTF, HTML and PDF formats.
You can print, preview and export a complete Solution, selected projects, project items, namespaces, classes, modules and procedures. The program's WYSIWYG preview screens let you look at the formatted source code with unlimited zooming, multi-page thumbnails, and side-by-side pages.
VS.NETcodePrint's allows users customize the font attributes and colors for comments, identifiers, keywords, line numbers, strings, procedure headings, table of contents, and page headers/footers. This color-coding, combined with source code indenting line numbering and lines drawings that shows clearly the language statement constructs (DO";
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 = '';
}
}