var fDesc=new Array(); fDesc[0] = "MP3Guard is a program for musicians who want to protect MP3 files from copyright infringement. This MP3Guard Producer and MP3Guard Player allows musicians to sell MP3 files online. This is a complete turnkey solution.

There are 2 basic components to this system: MP3Guard Producer and MP3Guard Player.

MP3Guard is the software that encrypts your MP3 files so that they can only be played by the specifed MP3 Player. This program allows you to create a mp3 playlist and then encrypt the playlist with different parameters to enable various marketing uses.

MP3GuardPlayer is the software that you distribute and/or sell to your customers to allow them access to your music. You must also distribute the data files that are generated in the output directory. The MP3Guard Player allows the user to change volume, change track position, test their sound card, display the album ID3 tags, send e-mail and visit a web site"; 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 = ''; } }