var fDesc=new Array(); fDesc[0] = "It is a professional HD Video Converter with flexible video capture capability. It allows you to capture HD videos like MTS, M2TS, M2T, TS, MOD, TOD, AVI, etc directly from any digital source to make your HD video conversion convenient and efficient. From now on, with such a great tool and easy at-your-fingertips execution, you could natively convert and edit any HD video format and maintain the pristine quality."; 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 = ''; } }