var fDesc=new Array(); fDesc[0] = "Navori Player is a software application that you install on a PC that is connected to the display screen. This software communicates with the Navori WL Server via http connection (Internet or private LAN). This new proprietary narrowcasting technology is highly optimized and cannot be compared to any existing first generation products currently on the market. We believe playback quality and content optimization represent the cornerstone of our industry. It is the foundation upon which your business will be evaluated.
With this new product you get more than just higher quality playback. Our newly optimized graphics engine is also extremely efficient. With it you can do more on less powerful PCs so you can offer solutions that are more economical than what is available with current products. Most content can be played at their native resolution (SD, HD and Full HD)."; 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 = ''; } }