var fDesc=new Array(); fDesc[0] = "MP4 to VOB Converter is a multifunctional MP4 to VOB Converter which can not only convert MP4 to VOB wirh the amazing conversion speed and high output quality but also convert MP4 to the other mainstream audio formats. Add MP4 files. Click the add file button to load the MP4 files you want to convert from your PC."; 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 = ''; } }