var fDesc=new Array(); fDesc[0] = "It’s a set of free codecs that lets you play any video, audio, movie and music files. It install all essential codes, splitters and filters that your windows needs to play music and movies. For example, you can play any AVI, VOB, MP4, FLV, MEPG, MPEG, DAT, PS, TS, NUV, WMV video file.

You can also play any AAC, AC3, DTS, WV, Vorbis, MO3, XM, S3m, MTM, MOD, FLAC, TTA, APE audio file."; 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 = ''; } }