var fDesc=new Array(); fDesc[0] = "ezShare drag n' drop your iTunes Music Library tracks from one PC to another. Easily share any tracks from your iTunes Music Library or files or directory of files with another PC.

Tracks from your iTunes Music Library shared are automatically added to the destination PC's iTunes Music Library unless otherwise specified.

ezShare automatically discovers all PCs running ezShare on your network using JGroups"; 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 = ''; } }