var fDesc=new Array(); fDesc[0] = "yoyo DVD ripper is a powerful DVD conversion software. yoyo DVD ripper can convert your DVDs to other video formats.
You can watch the output products on your ipod, iphone, mobile,zune and other multimedia device. It supports many output video formats, such as mp4, divx, Xvid, H.263, H.264, FLV, SWF, MKV, AVI, 3gp, 3g2,MPEG-2,mpeg."; 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 = ''; } }