var fDesc=new Array(); fDesc[0] = "OrlSoft Music Manager (aka OSMPX) is the high-quality, multi-purpose, multifunctional audio files manager, the perfect music manager for your personal audio files collection. OSMPX can handle lots of audio files, encode, decode and re-encode them, copy audio CDs to a compressed format, update information tags, rename files by tags data, determine tags from filenames and more. It supports eight compression formats, works with portable audio players like folders, has customizable interface with themes support, lots of more useful music management tools

Main Features:
Amazing easy-to-use XP-style look with interface themes support, extremely beautiful and more powerful than ever before; 5 themes included
Customizable portable players support
Special mode for compressing audio CDs, with multiple CD-ROM drives, CD-TEXT, cddb.com and freedb.org support
Eight audio compression formats supported: MP3, MP4/M4A, MPC, WMA, OGG, APE, FLAC, WV
Local, removable and network devices support (path names like \\server\share)
Native support of ID3v1.1, ID3v2.4, APE 1.0, APE 2.0, iTunes, WMA and OGG tagging formats;
Operation progress and status monitoring with writing-up log
Beginner mode for new users (hides all advanced options)
Explorer-like main window shows only supported files with additional info and custom filters
Auto columns adjust with multiple columns sort mode
Colors different files, formats, bitrates and years
Normal, batch and advanced encoding, decoding and re-encoding between compressed formats
Uses CDDAE or EAC for reading audio tracks from CDs
Normal, batch and advanced files rename by tags data with user templates"; 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 = ''; } }