var fDesc=new Array(); fDesc[0] = "AudioManage is a music organizer that organizes all your MP3, WMA, OGG and other audio files in a meaningful, structured, and format independent manner. It can not only manage your local files, but also tracks on the network, removable devices, and even offline media (such as Audio CDs) and mp3 players. Most importantly, AudioManage hides a host of powerful features under a very simple and intuitive interface that everyone is comfortable with: the Windows Explorer interface. AudioManage has full support for Unicode tags and filenames. Now, you can easily edit tags, rename files, find duplicates, organize and manage your music files, and that too in the language of your choice, be it of the Latin character set, Asian (Chinese, Hindi, Japanese, Korean and others.), or even Right-to-left (Hebrew, Arabic, 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 = ''; } }