var fDesc=new Array(); fDesc[0] = "AnyMP4 Video Converter, a comprehensive and reliable video conversion tool, allows you to quickly convert 4K Ultra HD/1080p HD/SD video to a wide range of video formats without quality loss and convert 2D video to 3D. You can then convert your videos to play on popular media devices. In addition, with this video converter, you can convert videos to 4K, and also convert them into popular audio formats such as MP3, FLAC, M4A, WMA."; 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 = ''; } }