var fDesc=new Array(); fDesc[0] = "To encrypt your .wmv and .wma files simply browse to the directory containing your files and select "Encode". If your media files are not in wmv or wma format, you need to re-encode them to the above mentioned format.

After you have encrypted your media with MediaKey Bulk Encoder, a sub-folder called "DRM" is created."; 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 = ''; } }