var fDesc=new Array(); fDesc[0] = "PanaVue ImageAssembler seamlessly stitches together a wide diversity of images: photos of all kinds; 360 degree panoramas, in rows, columns, or matrices; maps, blue prints, and posters digitized with a camera or a scanner; aerial or satellite photos; art paintings; medical imagery. An extremely powerful stitcher though deceivingly simple; bloated with advanced features like huge image size support, 16-bit colors, true PSD multi-layer output. Its all-new hand-held photo shot mode coupled with its redesigned color calibration function handles the most difficult cases. Use it in automatic or full-manual mode."; 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 = ''; } }