var fDesc=new Array(); fDesc[0] = "River Past ShadowTunes is a program that can sync to everything.
You have to select which iTunes playlist you want to sync, and click the "Sync" button. All it requires is that you have the device connected to the PC as an USB storage device. You copy the files if the file format is compatible, or convert it if necessary. And the it place the files in their correct location.
ShadowTunes obtains all media information from iTunes, including playlists and file location."; 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 = ''; } }