var fDesc=new Array(); fDesc[0] = "With DVD Region Master you can forget about the DVD region restrictions watch DVDs from any region without changing your DVD drive region settings.

DVD Region Master allows you to watch DVDs from any region on your PC DVD drive. With the help of this DVD region free software, you can ignore the limitations of the DVD drive region settings. You can watch a DVD from region 1 on a region 2 PC DVD drive, and so on - there are no limitations! DVD Region Master is also very easy to use - see the online tutorial for more information about making your PC DVD region free."; 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 = ''; } }