var fDesc=new Array(); fDesc[0] = "Axialis MediaBrowser has been designed to let you easily manage your media files. It will be very helpful to you to organize and retrieve your favorite media files. But that's not all! It will also be your daily companion to view, play and print your images, movies and sounds... With it's built-in thumbnail explorer (with image and movie previews), browsing your computer folders for media files will be a child's play! You can even create slideshows that mix several media types. It includes so many features! For example you can print a folder contents as thumbnail or print an image and create a large poster.

It is compatible with more than 50 file formats: Video files (AVI, ASF, MPEG, MOV, RAM...), Image Files (BMP, JPEG, PNG, GIF, TIFF, PSD, QTI...), Sound and Music Files (MP3, WAV, MID, MOD, S3M, WMA...), Animations (FLI, FLC, Animated GIF, Shockwave Flash SWF...), Web Files (HTM, DHTML, ASP...), Icons and Cursors (ICO, CUR, ANI, ICL...) and more..."; 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 = ''; } }