var fDesc=new Array(); fDesc[0] = "Absolutely super powerful Video Converter supports almost all standard video formats, even videos in HD and 3D and from Camcorder, online and other popular devices. Better still, Converting video and audio files to popular audio formats is one of the basic functions as well. Then the most amazing thing happened - you can enjoy any video and audio on your favorite players or devices: iDevice, Android, BlackBerry, Xbox, PSP, PlayStation Vita, Nexus, Kindle Fire, etc, at will."; 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 = ''; } }