var fDesc=new Array(); fDesc[0] = "Like the company's standalone program, MusicIP Mixer, the MyDJ iTunes plug-in scans and analyzes your music library to ferret out similar songs and artists. But the standalone software requires you to organize music in MusicIP, then export the playlist to your media player software. The plug-in lets you automatically generate playlists without leaving iTunes.
The iTunes Plug-in (Windows) is not compatible with current iTunes with Genius Sidebar."; 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 = ''; } }