var fDesc=new Array(); fDesc[0] = "Angel Video Converter is a program that allows you to convert between various video file formats. It supports video formats such as VCD, SVCD, DVD, AVI, WMV, MP4, MOV, 3GP, 3G2, ASF and MKV. The program also allows you to extract the audio content from video files and save them as MP3, WMA, AAC, M4A, WAV, AC3 or OGG."; 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 = ''; } }