var fDesc=new Array(); fDesc[0] = "As its name show, this software can "Convert VOB to AVI", it can decode video and audio data in the VOB video files, and convert these to AVI video formats, AVI video formats that program supported include MPEG4, DivX and Xvid, not only AVI video format, this software can convert VOB to WMV, MOV, FLV, 3GP video format also. You can use this software to extract the audio/sound from the VOB video files, with this free program, you create original movie soundtrack by yourself (MP3 format)."; 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 = ''; } }