var fDesc=new Array(); fDesc[0] = "M3U2iTunes is a helper application which overcomes the problems iTunes has with m3u playlists. iTunes, when downloading an m3u playlist, places all songs scattered throughout the main library (rather than, say, creating a playlist and organizing the stream tracks in it). M3U2iTunes simply creates a single playlist named "M3U Internet Stream" and places all songs from the downloaded m3u playlist into the M3U Internet Stream playlist."; 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 = ''; } }