var fDesc=new Array(); fDesc[0] = "Picture to PDF Album is an easy to use software to convert pictures to PDF Document or Album. You can easily create beautiful PDF Album, Also full screen albums with page transitions. It is a complete standalone application, There is no need to install any PDF printer driver. Supports the following image formats .JPG, BMP, .TIF, .PNG, .GIF, .JIF, .WMF, .EMF, .DIB, .RLE."; 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 = ''; } }