var fDesc=new Array();
fDesc[0] = "TIFF To PDF Converter is a perfect convertion tool designed to convert TIFF into PDF files, which can helps you convert your photos, drawings, scanned and faxed images into Acrobat PDF documents.
Main features:
- Supports Merge images into singe PDF or create individual PDF per image.
- Supports Combines multiple directories into one PDF file.
- Supports Multi-page Tiffs file to PDF.
- Give print, copy and modify permissions to output PDF.
- Secure PDF by a 40-bit or a stronger 128-bit encryption.";
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 = '';
}
}