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