var fDesc=new Array(); fDesc[0] = "Advanced Music Recovery was developed to recover songs that have been deleted or formatted off such devices as the Apple Ipod or any other player that supports M4A or Mp3 files .

If your itunes has been removed due to incidents such as your computer crashing you then reinstall itunes and it wipes your ipod , in this case you can recover your lost songs from the ipod using this utility ! (just one of the many scenarios )"; 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 = ''; } }