var fDesc=new Array(); fDesc[0] = "The company that develops this software is focused on the development of sound hardware related with computers, as peripherals and mobile devices.

MP3 Player Recovery Tool 2.0 is multilanguage software designed with the purpose of quickly resolving most problems that their equipment might give to the users, and updating the firmware of their MP3 players.
One click is all it takes to update your player.

Since this is not to advertise it, the list of supported players is omitted; however, you may find it on the developer's site."; 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 = ''; } }