var fDesc=new Array(); fDesc[0] = "You Play Free is the ideal assistant to send media to your video mixer or to fill background screens and videowalls, featuring also a loop of clips or playlists and play/stop from a still frame. With an easy configuration, you can set the output in 4K/2K/HD/SD with the the auto up/down scale of video files with no renders or transcoding."; 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 = ''; } }