var fDesc=new Array(); fDesc[0] = "AiwaySoft DVD Ripper is easy-to-use and powerful DVD ripping software, It can rip DVD movie to almost video and audio formats like AVI, MKV, MP4, WMV, MOV, MPEG, 3GP, ASF, FLV, VOB, WMA, MP3, AAC etc.
AiwaySoft DVD Ripper can export high quality movies, and the speed of ripping is very fast. You can easily copy DVD to iPod, DVD to iPhone, DVD to PSP, DVD to AVI, DVD to MP3, etc. So you can take your DVD movie everywhere, no need to take DVD Disc."; 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 = ''; } }