var fDesc=new Array(); fDesc[0] = "Photo Print Pilot is photo printing software specially designed for photograph printing at home. This app allows you to take images for printing from different folders. To print photos in a desired format you should just choose a template with a size of the images for printing and a way they will be arranged on a page.

Also you can adjust photo composition before printing and to print only the selected area of the image.

The program supports the following graphic formats: BMP, GIF, JPEG, PNG, TIFF."; 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 = ''; } }