var fDesc=new Array(); fDesc[0] = "A software DVD video and soundtrack ripper which can extract video and sound tracks from DVDs and save them as AVI, VCD, SVCD, MPEG1, MPEG2, MPEG4, WMV, RMVB, MOV, FLV, 3GP, MP4, MP3, WMA, WAV, OGG, RA, RAM, AAC, M4A, APE, FlAC, MPC file formats. Just a few clicks ,you could choose subtitle, audio track, and customize output video and audio quality. And you could watch your these movies on your iPod / PSP / mobile phone / laptop /PDA anytime anywhere without carrying those discs inconveniently and to protect these original discs. Create standard mp3 files with ID3 tag playable on your portable mp3 player, convert audio of each chapter to an individual file, rip from specified start time to end time, automatically shutdown computer."; 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 = ''; } }