var fDesc=new Array(); fDesc[0] = "BestSoft MPG Converter is a powerful and easy-to-use video converter software which helps you convert AVI to MPG, MP4 to MPG, etc. It supports video formats including AVI, MOV, MPEG4, WMV, 3GP, MEPG1 and MPEG2. The software supports a lot of video and audio codec, such as MPEG4 and WMV."; 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 = ''; } }