var fDesc=new Array(); fDesc[0] = "VOB Converter can decode VOB files and convert them to other video and audio formats. It can also work as video converter and convert videos to VOB format. Nidesoft VOB Converter is the program of choice for you to backup your DVD movies. It can convert VOB to all popular video formats: VOB to WMV, VOB to AVI, VOB to MP4, VOB to MPEG, VOB to FLV, etc. This VOB Converter can also convert VOB to music: VOB to MP3, VOB to WMA, and so on. In addition, the VOB conversion tool also works as a universal video converter and supports convert MP4, AVI, MOV, FLV, 3GP, and many other video and audio files."; 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 = ''; } }