var fDesc=new Array(); fDesc[0] = "An easy-to-use and fast program which can remove DRM protection legally and convert video & music (even HD video) to other formats retaining their original quality. This DRM removal software has several powerful functions: DRM remover, video converter, audio converter, and extractor of audio from video. This set of features should fit all your conversion demands.

Supports most DRM-enabled video and audio formats: WMA/WMV/M4A/ M4B/M4P/M4V/ASF; HD video: M2TS, TP, TRP, TS, AVI; and other common media. The program can also transfer DRM-free music and movies onto digital players: iPod, Creative Zen, Zune, iPhone, PSP, Archos, Blackberry Storm, Cell Phone, Droid, etc. without restriction."; 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 = ''; } }