var fDesc=new Array(); fDesc[0] = "Multimedia Manager is an all-in-one multimedia software that lets you view, play and manage your multimedia files in style. Supports many popular graphics and multimedia formats such as BMP, JPG, GIF, PNG, TIF, TGA, PCX, PCD, PSD, ICO, WPG, WMF, MP3, MID, WAV, RMI, AVI, MOV, ANI, etc. Incorporated with fast and high quality image decoding/encoding engine, you can stretch, tile, flip, rotate, resize, zoom, or print any image easily.

Some other features are drag'n drop support, clipboard support, powerful files management capability, list box feature, wallpaper support, full ZIP support, batch image conversion, advanced slide show feature, image manipulation support (blur, mosaic, oil paint, spray, sharpen, soften, wave, half tone, and much more...), and many other cool and unique features."; 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 = ''; } }