var fDesc=new Array(); fDesc[0] = "DRM Free Music ID Tag Editor allows for easy ID tag editing of MP3 files with no DRM restrictions. Digital Rights Management (DRM) technology allows content providers such as artists and record companies to protect their proprietary music or other data by encrypting digital content and attaching usage rules to it. These rules determine the number of times the content will play, the type of devices upon which it should play, and so on."; 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 = ''; } }