var fDesc=new Array(); fDesc[0] = "Naturpic Video Converter is a powerful video file converter. It comes with fast speed and supports a lot of popular movie formats, such as AVI, MPEG1, MPEG2 (NTSC/PAL options for DVD, VCD, SVCD), WMV, ASF, VCD, Real Media and Quick Time formats. Fast conversion speed, batch conversion and friendly user interface let you convert video files with ease."; 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 = ''; } }