var fDesc=new Array(); fDesc[0] = "The Panorado 4.0 image viewer/browser offers a comfortable, innovative mouse-oriented interface for panning and zooming. This makes it particularly suitable for viewing panoramic pictures, pictures exceeding the screen size, and HDR (High Dynamic Range) images.
As a Windows application, it supports 360-degree viewing in flat and spherical projection mode, an Explorer-style navigation bar, thumbnail viewing, full screen mode, slide shows, printing, an Organizer tool, and tools for creating panoramic transformations and burning picture disks. Full Drag-and-Drop support for file management.
File formats: JPEG, GIF, BMP, WMF, EMF, ICO, CUR, TGA, PCX, PNG, TIFF, JPEG 2000, PNM, RAS - plus Quicktime panoramas (cylindrical or cubic) plus RAW plus RadianceHDR and OpenEXR.
Panorado makes extensive use of camera data and text information (in EXIF & IPTC format) for viewing, editing, and retrieving images. Access to the Google Earth client software by GPS coordinates. No HTML, Java, or Quicktime required.
See your panoramic pictures immediately. No HTML framework required - just ordinary image files (like JPEG)!
Move back and forth, up and down, turn around and look at details!
See what's really inside your HDR images!
Get your digital photos organized!
Click a button and let Google Earth fly you to the image location!/li>
Create a picture CD/DVD with a self-running slide show!"; 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 = ''; } }