var fDesc=new Array();
fDesc[0] = "Convert your documents to PDF with Smart PDF Creator Pro. Create a PDF file from any printable Windows document. You can even save your documents as PDF files directly from MS Word.
Edit your PDF documents in MS Word. Split & merge, insert & extract pages, insert stamps, bookmarks and watermarks. Encrypt & password protect. Digitally sign PDFs.
With the Pro version, you can convert a PDF back to Word, HTML, TXT, JPEG, and so forth. Thus, being able to convert to and from PDF, you'll finally gain command over this file format.";
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 = '';
}
}