var fDesc=new Array(); fDesc[0] = "Hotfolder Prints can automatically lay out images for printing, emailing, or posting to social networks. The program monitors a folder for new JPEG or PNG images and when the required number of images are available it automatically formats them into a page ready for printing, copying elsewhere or emailing. It can place up to 10 different photos on a page with any size and orientation together with a background, overlay and captions."; 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 = ''; } }