var fDesc=new Array(); fDesc[0] = "Rich set of data processing tools. The built-in tools allow carrying out both manual and automatic interactive processing of the initial images. There are two unique interactive automatic 3D processings presented in the software: 3D Pano Stitcher for creating 360°/Partial 3D Panoramas and 3D Photo Composer for creating 3D Images. The built-in full-function graphic editor allows editing graphic images at any stage of processing. All tools given by the program are made in rather convenient and easy-to-use environment. You can adjust working environment for the maximal convenience of your work changing the set of buttons on toolbars, setting shortcut keys. Also there are more specialized tools, like A3D PanoAssistant"; 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 = ''; } }