var fDesc=new Array(); fDesc[0] = "Chances are you keep your iTunes music and video collection on more than one computer, so you already know how hard it is to keep them all the same. Add a spouse and some kids to the mix and the task is virtually impossible - until now.

TuneRanger connects all your iTunes-running computers together over any network. Music, video, and playlists can then be synchronized, copied or merged with the click of a button. Buy a song on one computer, add an album cover or star rating, and all changes are updated everywhere. Easy."; 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 = ''; } }