var fDesc=new Array(); fDesc[0] = "Bear DVD ripper is a intelligent and easy to use DVD conversion program, it can convert your favorite DVD to other video formats easy quick and perfect .You can watch your favorite DVD movies on your ipod, iphone, mobile,zune and other multimedia device. It supports many output video formats. It also can separate audio to MP3 WMA WAV from DVD.Easy to understand with a simple interface Bear DVD is the perfect ripper"; 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 = ''; } }