var fDesc=new Array(); fDesc[0] = "AMT Player - easy and user-friendly free media player.

AMT Player supports an enormous number of multimedia formats, and does not require you to download additional codecs.
AMT Player works with internal DirectShow filters without their registration in the system.
AMT Player is 100% free and clean software. No spyware, no ads, no toolbars, no artificial limitations, no fees, no paid upgrades.
AMT Player uses DirectShow filters LAV Filters based on libavformat and libavcodec libraries from the project FFmpeg.
Combined with the use of built-in DirectShow filters based on BASS, allow AMT Player play virtually any media file format.
AMT Player fully supports video renderer madVR."; 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 = ''; } }