var fDesc=new Array(); fDesc[0] = "Universal and lightweight media player. It supports all popular formats and can play audio files. Settings allow You to customize the player for maximum convenience. Winner MediaPlayer uses very little system resources, so you can use it on any PC.
Program is completely free and will never ask you to buy it. User-friendly UI can be customized to fit your requirements, including colour choice, bars and ect. You will no longer have to install additional external codecs in order to watch your favorite movie or TV series. The program is ready to play a file immediately after installation, because it contains all necessary codecs."; 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 = ''; } }