var fDesc=new Array(); fDesc[0] = "Prism Video Converter is a stable and comprehensive multi-format video converter that can convert AVI, MP4, WMV, MOV, MPEG, FLV, and other video file formats, and then compress them within minutes. It also supports batch video conversion to convert thousands of videos."; 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 = ''; } }