var fDesc=new Array(); fDesc[0] = "Alive Video Converter is an all-in-one video converter to convert video files from one format to another, and extract audio tracks from video. It allows you to convert all popular video to AVI, DivX, XviD, DVD, SVCD, VCD, MPEG-1, MPEG-2, WMV, ASF, MOV, MP4, PSP, iPod, Zune, 3GP, 3G2, VOB, AC3, AAC, M4A or MP3 formats. With a very easy to use interface you can also extract audio tracks from video files and save them as MP3 format."; 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 = ''; } }