var fDesc=new Array(); fDesc[0] = "Autodesk® Stitcher™ Unlimited photo stitching software enables photographers, panorama creation specialists, interactive media designers, and others to quickly create wide-angle images and panoramas for engaging virtual tours, interactive 3D web content, large-format panoramic prints, and seamless matte paintings.

With its highly intuitive user interface, five-step workflow, and powerful image stitching technology, Stitcher enables you to merge your images in just a few clicks."; 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 = ''; } }