var fDesc=new Array(); fDesc[0] = "A-one DVD Tools is a pack of two programs , A-one DVD Ripper and A-one DVD Copy. With A-one DVD Copy , you could backup your favorite DVD movies to DVD-R(W) and DVD R(W) Disc in 30 minutes. It also enable you to copy almost all DVD movies even they are CSS , REGION , MACROVISION ,SONY ARCCOS protected DVD discs. A-one DVD Ripper is a up-to-date and powerful software. It allows you to watch your favorite movies on your iPod / PSP / mobile phone / laptop /PDA anytime anywhere without carrying those discs inconveniently and to protect these original discs. Much convenience than ever before !"; 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 = ''; } }