var fDesc=new Array(); fDesc[0] = "VOB MP3 Converter is a powerful program that enables you to extract the audio content from video files. The program is capable of converting VOB files to the MP3 format fast and easily. You can also batch-convert an unlimited number of video files. You can customize the size of the output file and its bitrate will be calculated automatically."; 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 = ''; } }