var fDesc=new Array(); fDesc[0] = "VOB Video Converter is a program that can convert VOB files to almost all other popular video and audio formats. The program enables you to select a video segment to convert and it supports formats such as AVI, MPEG, WMV, MP4, FLV, vob, DivX, MOV, RM, RMVB, M4V, VOB, ASF, 3GP, SWF and H.264."; 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 = ''; } }