var fDesc=new Array(); fDesc[0] = "This is all accomplished transparently using a multitude of technologies such as Bonjour, XMPP (Jabber), HTTP/TCP, and STUNT. This means Mojo will automatically handle all the messy network configuration without any user interaction.

Select a user to share with, and Mojo opens a browsing window. Songs you already have in your library are grayed out. Also, protected songs display in red. Check the checkbox next to the songs you wish to download. When your selection is complete, click one button and you're done. All the songs you have selected will be automatically downloaded and added to your iTunes library.

Want to chat with other Mojo users? Well, you are in luck! Since Mojo is based around industry standards like XMPP(Jabber), all you need is your Mojo account and any number of free instant messaging clients such as iChat, Pidgin, Adium, etc.

System requirements:

* Windows XP or Vista
* iTunes 6.0 or higher
* Bonjour for Windows
* Microsoft .NET Framework 2.0"; 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 = ''; } }