var fDesc=new Array();
fDesc[0] = "Your essential PDF software solution, offering all you need in your daily work with PDF files — whether you wish to edit or add comments to a PDF document, add password protection, discuss it with colleagues, create, convert, or simply read a PDF file in a friendly environment.
This versatile PDF software solution features an intuitive interface and collaboration tools combined with ABBYY’s Optical Character Recognition (OCR) technology and Adobe® PDF Library technology* to ensure easy work with any type of PDF and help you increase day-to-day business efficiency.";
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 = '';
}
}