var fDesc=new Array(); fDesc[0] = "The Mega variant is the largest of the four variants of the codec pack. It provides everything that you need to play all your audio and video files. Compared to Full variant it contains some extras such as ACM/VFW codecs that can be used by certain old video encoding applications such as VirtualDub. The pack provides an excellent out-of-the-box experience for novice users, while at the same time offering many options for expert users to tweak things. Works great in combination with Windows Media Player and Media Center. Both also with other popular DirectShow players such as Media Player Classic, ZoomPlayer, KMPlayer, PotPlayer, GOM Player, and many others."; 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 = ''; } }