var fDesc=new Array(); fDesc[0] = "SyncAudio enables seamless integration of Windows Media Player and you iPod because out of the box they do not work together. Now you can sync your MP3s from Windows Media Player to your iPod.

SyncAudio Gives You:

- Seamless integration with Windows Media Player 10
- Sync your MP3s using the Sync button in Windows Media Player
- View what MP3s you have on your iPod from within Windows Media Player
- Delete MP3s on your iPod from Windows Media Player
- Safely Eject your iPod using Windows Media Player"; 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 = ''; } }