var fDesc=new Array(); fDesc[0] = "i.Vista Panorama is a tool that automatically combines consecutively taken scenery photos and convert it in to a high-resolution panorama image and 360 degree panoramic VR. Without any use of special equipments such as wide-angle lens or rotator, user can simply create high-quality wide-view image with low-cost.

1. Creates seamless high-quality panoramic VR (360 degree) with only a tripod
2. Automatic correction of distortion
3. Automatic correction of Tilt
4. Can be used with all kinds of cameras
5. Supports various save formats : QTVR, JAVA Viewer, JPEG, BMP etc
6.User friendly interface"; 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 = ''; } }