var fDesc=new Array();
fDesc[0] = "Best PDF OCR Software - PDF OCR
PDF OCR feature Editable - Edit Scanned PDF Documents like editing a text file!
PDF OCR feature Easily - OCR PDF To Text Just In Only 2 Clicks.
PDF OCR feature Fast - PDF OCR has a fast OCR engine, 92% faster than other OCR software.
PDF OCR feature Page Selection - OCR single, range or all pages at a time.
PDF OCR feature Over 10 Languages Supported - Besides English, PDF OCR Also supports German, French, Spanish, Italian and many Languages else.";
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 = '';
}
}