var fDesc=new Array(); fDesc[0] = "Desktop program that allows to:

- Administer your applications, view updated daily stats for DAU and MAU without opening a browser and view your app advanced properties.
- News manager - add global news and multi news for your app/games dashboards (please note - the news is visible only if your app matches a certain criteria on facebook i.e. listed in the app directory, etc). News manager doesn't require a license starting version 0.9.8 Fosimo.AA.
- Ban manager - ban or unban users on any of your apps. Ban malicious users quickly with just a one click and block them from any of your apps. Ever got worried about a scenario when a group of malicious users try to attack your app from different accounts and you just don't have time to write the code that blocks that?
- Test users manager - provides ability to create, delete test users for any of your apps. With test users you don't need to worry about getting banned just for testing your application, you can create users with different set of extended permissions, with application already installed or not. So you can test many scenarios."; 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 = ''; } }