var fDesc=new Array(); fDesc[0] = "PhotoStitch is a part of the EOS Utilities package (2 Cds) included in the box when we purchase a Canon EOS Digital Camera. The latest version of this application runs smoothly under Windows Vista, although it can also support Windows XP and 2000. It has been designed for merging up to 26 photos in a single one, either in the vertical or horizontal order. With its easy user's interface, we can make a panorama in just a few steps: 1. After opening the application Dialog Box we select the source images we would like to join together either from our camera, computer or scanner, then we can arrange, switch, clear, rotate, enlarge or reduce them as necessary. 2. We select the shooting technique before merging the images and then press the start option. We can opt to see the display seams so we can make further arrangement to the results. 3. To achieve better results we are allowed to perform more changes to the merged image before saving it, such as specifying the overlapping area, specifying two or more corresponding areas, input the focal length settings, etc. More Features: We can also use PhotoStitch utility to view an image and print it."; 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 = ''; } }