var fDesc=new Array();
fDesc[0] = "GIRDAC PDF Converter Standard is a software utility to convert PDF to DOC, PDF to DOCX, PDF to RTF, PDF to XLS and PDF to XLSX file formats. It converts scanned PDFs in English through OCR technology. It also converts Word document to PDF document.
PDF Converter Standard has six Layout options: Flowing, Continuous, Formatted text, Plain text, Images, and OCR. Flowing is the most preferred option because it allows to convert PDF documents retaining the format with text, columns, tables and images.
GIRDAC PDF Converter Standard is the first PDF Converter Standard that converts standardized PDF files in many languages. One can look at the converted PDF documents encompassing various categories and languages.";
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 = '';
}
}