var fDesc=new Array(); fDesc[0] = "The Zune Music Recovery software is an easy to use program that can recover and retrieve files that were lost on a 30 GB Zune music device. With the Zune Music Recovery software it does not matter how data was lost. The program has the capability to recover and restore files that were lost accidentally through deletion, or which were newly formatted, corrupted, saved on a damaged file system, attacked by a virus or incorrectly restored.

All kinds of lost data can be retrieved and restored, regardless of whether it is music, photo, video, picture, File snaps, folders or even data that used to be stored but is no longer there. The software will not destroy or damage any of the existing files or data, because it will only read and is therefore a non-destructive tool.

Error messages are taken into account and the Zune Music Recovery software compensates for that. A restored Zune device memory also presents no problem for the software and even if a restoration is performed will the lost files be retrieved. The Zune Music Recovery software has a user friendly interface. A preview of the music files recovered will be shown in thumbnails."; 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 = ''; } }