var fDesc=new Array(); fDesc[0] = "Fennec Media Suite is an open source universal media player/transcoder for Microsoft Windows platform. Written in C/C with Assembly optimizations, the program allows great performances and HD playback for almost every audio/video file format available. It features audio CD ripping with batch tagging; ability to join multiple media files into a single file; multichannel support (up to 16 channels) for both playback and transcoding; tag viewing and editing; volume and gain adjustments on conversion/ripping and joining; and more."; 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 = ''; } }