var fDesc=new Array(); fDesc[0] = "This application allows you to take the playlists that you enjoy everyday on Playlist.com offline. It supports downloading playlists in batch files as well. The application is easy to use: 1. Open it; 2. Click “Browse for Target Directory” to browse for a suitable place to put the downloaded music. Please note: Each playlist has its own folder made so it is unnecessary to make individual ones; 3. Enter in the Playlist’s URL and click “Add URL to List”; 4. Repeat Step 3 as many times as you want to continue adding URLs to the download list; 5. Press “Download the Music” after all these steps have been completed. The programs main kernel will launch and will start downloading the songs."; 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 = ''; } }