var fDesc=new Array(); fDesc[0] = "Mezzmo is a free, feature-packed and flexible media server that can stream all your media files. No other media server provides as many streaming features and is as easy-to-use as Mezzmo. Install Mezzmo onto your computer today and start streaming your collection of movies, TV shows, home movies, music and photos to all your devices in your home and outside your home.

Mezzmo's media server is fast, easy-to-use and highly configurable. It works with all popular devices - including web browsers, TVs, Blu-ray players, home theater systems, games consoles, set-top boxes, tablets, smartphones, media players and Google Chromecast."; 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 = ''; } }