var fDesc=new Array(); fDesc[0] = "Imagen is a multimedia player initially developed for playing HAV files, later extended to support numerous other media formats. Imagen has a unique capability to play sequentially numerated images as if they belong to a video file. Image sequences are frequently generated by digital cameras, capture devices, 3D rendering software, etc. Use this player for quick preview before converting your images to more efficient video formats like AVI, HAV, WMV or MPEG.

Supported formats:

- AC3, Dolby Digital compatible
- AVI / DIVX / IVF, Windows Audio Video Interleaved
- BAY, Bayer Image
- BMP / DIB Windows Device Independent Bitmap
- CINE, Vision Research CINE, (read/uncompressed only)
- FLC / FLI, Autodesk FLIC/FLIC-Pro
- GIF, Graphics Interchange Format
- HAV, High quality Audio Video
- JP2, JPEG-2000 File Format / CodeStream etc."; 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 = ''; } }