var fDesc=new Array(); fDesc[0] = "Playnite is an open source video game library manager with one simple goal: provide unified interface for all your games. Link games from Steam, Origin, GOG, Battle.net and Uplay services, including games that are not installed! Windows Store (UWP) games are also supported. Playnites user interface is fast and light on resources, even with large libraries. Playnite doesn't store any user information. It stores the same amount of information like web browser when linking accounts (cookies). Playnite supports wide variety of console emulators."; 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 = ''; } }