var fDesc=new Array(); fDesc[0] = "M3U COPiER is a small tool for MP3 player which copies the content of a M3U list into a specified directory. This is useful if your MP3s are distributed over several folders and you use M3u files to organize them.

This tool takes one or more M3U files and copies the contained MP3 files into a directory or MP3 player. Additionally, it can rename the files to keep the correct order.

It requires the .Net Framework 1.1 which should be already installed on your computer."; 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 = ''; } }