var fDesc=new Array(); fDesc[0] = "iPod Manager is very easy to use tool to manage your iPod Device (Any Type), You will not need any other software with iPod Manager. With iPod Manager, you can Add, Edit, Delete Audio/Video Tracks to your iPod; Also you can copy tracks from iPod to your local hard drive. iPod Manager is compatible with other iPod programs like iTunes.

Features:
Friendly interface allows to perform the following operations:

- View all Audio/Video iPod Contents.
- Add Video/Audio Tracks to iPod.
- Play Audio/Video Tracks of the iPod.
- Add Audio/Video Tracks to the iPod.
- Delete Audio/Video Tracks from the iPod.
- Copy Audio/Video tracks from iPod to local hard drive.
- Rebuild the iPod Data Base using all existing Audio/Video files in the iPod in case of damaged Database.
- Modify the properties of the Audio/Video tracks of the iPod.
- Clean duplicated (repeated) Audio/Video tracks from the iPod.
- Format the iPod.
- Search in the tracks properties to easily find the desired track.
- Support All iPod Types.
- Reset the iPod Database."; 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 = ''; } }