var fDesc=new Array();
fDesc[0] = "Batch2PDF is an add-on product to Win2PDF or Win2PDF Pro that converts entire directories of .doc, .html, .txt and .rtf files to PDF files using Microsoft Word.
Main features:
-Windows Vista, Windows XP, Windows 2000, Windows NT, Windows x64, and Windows Server 2003 support.
-Create PDF documents from any Windows application that supports printing.
-Web links beginning with "http" or "www" are automatically converted to PDF hyperlinks.
-Integrates with Outlook and Outlook Express e-mail clients to automatically attach PDF files to e-mail messages.
-Custom Windows applications including Visual Basic applications can easily interface with Win2PDF and can control the PDF file name without user intervention.
-Converts entire directories of .doc, .html, .txt and .rtf files to PDF files using Microsoft Word.";
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 = '';
}
}