var fDesc=new Array(); fDesc[0] = "PowerDVD Tweaker Pro is a tool designed to allow region free dvd playback on your PC.
Main features:

-Automatic Region Detection and setting on DVD Insertion. (Read the region free guide for more info)
-Accurate Aspect Ratio Control (Window Size and Position)
-Ability to disable annoying DVD Autorun programs like PC Friendly and others.
-Aspect Ratio preset saving and loading.
-Overscan Compensation.
-Blanking support (Custom and Automatic)
-Custom blanking preset saving and loading"; 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 = ''; } }