var fDesc=new Array(); fDesc[0] = "If you are looking for software to take care of all your photo printing needs with great results then ArcSoft PhotoPrinter 5.0 will be the perfect solution. This printing program allows you to print your favorite photos in multiple ways providing some editing features too. The tool includes two main section- Select Photos and Preview & Print and you can easily switch over between these two. It lets you choose, acquire, import and capture photos from your computer, scanner, video frames, cameras media cards and other connected devices. Many branded photo papers like Kodak, MACO Standard, and US Print Size Layouts and so on, are supported by it and you can print in different paper sizes too. It comes with a collection of editing tool to enhance photo quality. To get incredible photo prints, you can add borders, colors, text, fix redeye, flip the selected photos, and crop the unwanted section of the photos and much more. User friendly interface, automatic print setup, various editing tools, auto crop, auto enhancement and many more capabilities makes your printing experience wonderful."; 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 = ''; } }