var fDesc=new Array(); fDesc[0] = "Easypano Flash Viewer is competitive and overmatching. The flash viewer supports not only cylindrical panorama, but also spherical panorama and cubics. It runs stably with high refreshing. Some of the outstanding features of this version:

Publish high resolution panorama in Flash.
Offer HDR solution to resolve over exposure and under exposure problem.
Support creation of HDR image and converting HDR to LDR image.
Right click stitching without opening Panoweaver.
Stitching from Camera Raw file is supported.
Stitching of 16 bit images is supported.
Support stitching of two full circular fisheye images captured in vertical direction
Support unwrapping of single fisheye image (including both vertical and horizontal shooting).
Support Raynox lens.
Support wide angle zoom lens.
Batch stitch groups of images (For Panoweaver 5.00 Batch only).
Project is added for users to save and resume unfinished panorama.
Add Navigation Chart in Image Show Area."; 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 = ''; } }