var fDesc=new Array(); fDesc[0] = "Audiolib Video Converter is a video conversion program which can convert your video files into mostly popular formats such as AVI, DivX, XviD, MPEG-4, MPEG, MPEG-1, MPEG-2 video, WMV, and RM. The program allows you to merge multiple video file into one single output file. The batch conversion function is also available and you can convert multiple video files at one time."; 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 = ''; } }