var fDesc=new Array(); fDesc[0] = "To make the use of MP3fiesta.com more comfortable we have created the Fiesta Download Manager program. This specially made Fiesta Download Manager is integrated with MP3fiesta.com and both the program and the website function as one complete unit. Fiesta Download Manager is free to use and gives you the following advantages:

Main features:

- you can choose and download tracks much faster;
- in case your Internet connection has failed you can always re-download your files;
-the program allows you to choose a number of simultaneous downloads and to control speed of downloading process."; 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 = ''; } }