var fDesc=new Array();
fDesc[0] = "PDF in general refers to the file format and a file extension that is mainly used for capturing and sending electronic documents in an exact intended format. The PDF file format is a high quality format among all other file formats. PDF stands for Portable Document Format that represents the documents that are independent of the application software and the operating system. These PDF files have the ability to get created, displayed, or printed on input and output devices without any help of software and hardware. PDF provides each and every user to get provided with features of true mobility and this PDF file is considered to be the most widely used formats in both business and residential strategies. Even the business deals and documentations, forms and other related content were created as PDF files to share the information at an efficient pace.
Combo PDF Tools is a feature-riched application to do several tasks on a single click. Since PDF files could be accessed at no cost, the popularity and the essential features of PDF has made people to make use of PDF files in a very broad manner. In some cases, users may be in need of several strategies to merge, split and to extract pages from the PDF files. For this purpose, people are provided with the Combo PDF Tools.";
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 = '';
}
}