var fDesc=new Array(); fDesc[0] = "Stellar's iPod recovery software is a simple tool that recovers your favorite songs, collection of videos, worth-keeping pictures, relevant documents, and other priced possessions that you might have lost due to a crash in iPod.

Product Features:

- Recovers accidentally deleted files
- Saves scan information and lets users resume recovery process
- Creates iPod image
- Features 'File Filter' and 'Find' options
- Includes 'Advanced Recovery' for powerful scan
- Selective file recovery
- 'Quick Recovery' for effective recovery of deleted files
- Restores the original order of play list
- Universal binary application
- Supports iPod Classic and iPod Shuffle
- Available for both Mac and Windows operating systems"; 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 = ''; } }