var fDesc=new Array(); fDesc[0] = "Plex is a media player that helps you organize all of your video, music, and photo collections, and gives you instant access to them on all of your devices. Also, it makes your media look beautiful with rich descriptions, artwork, and other related information. You can play, video, music and view photos from your network, play video from your online queue, play video recommended by your friends, 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 = ''; } }