var fDesc=new Array(); fDesc[0] = "Acrok Video Converter is a powerful video converter which can easily convert all video and audio formats, and it has optimized formats for tablets, smartphones, media players, editing software, etc. Batch conversion is supported, and you can convert any video to 3D, or extract audio track from video files and convert them to various formats."; 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 = ''; } }