var fDesc=new Array(); fDesc[0] = "Manage 100,000+ music and video files without bogging down.
Record CDs and download music, movies, and podcasts.
Automatically lookup and intuitively tag Album Art and other metadata.
Manage any audio / video genres: Rock, Classical, Audiobooks, Podcasts, Home movies, tv, etc.

Play MP3s and other audio formats, and never again worry about varying volume.
Create playlists and let Auto-DJ & Party Mode take care of your party.
Sync most iPhones, iPods, & MP3 players, converting & leveling tracks on-the-fly.
Share via DLNA and convert MP3s, M4A, OGG, FLAC, WMA, MP4, AVI, and WMV to support most devices."; 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 = ''; } }