var fDesc=new Array(); fDesc[0] = "A-PDF Image to PDF is a simple, lightning-fast desktop utility program that lets you convert photos, drawings, scans and faxes into Acrobat PDF documents. A-PDF Image to PDF supports most image formats, including images from scanners or digital cameras. Before being converted, the images can be rotated, cropped or flipped, etc. Other features include the ability to set the page size, orientation, margin and layout of the output PDF document, change its properties, security setting and viewer options etc"; 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 = ''; } }