var fDesc=new Array(); fDesc[0] = "Home of Media Player Classic - Home Cinema. This project is based on the original Guliverkli project, and contains additional features and bug fixes. MPC-HC is an extremely light-weight media player for Windows. The player supports all common video and audio file formats available for playback. Watch movies on any SSE CPU, even on your old computer back from '99. With its wide array of options, MPC-HC can be customized to fit almost any needs. Among other things we added custom toolbars. MPC-HC can also be used as DVB player."; 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 = ''; } }