var fDesc=new Array(); fDesc[0] = "Miss Management 1.0 is a time management game developed by Gamelab.
In Miss Management 1.0 we are working as a secretary at an office. We must do several different tasks in a smart and original way. First of all, we must have the work done by delivering the financial information to the employees. But we must be very careful, because if we assign too much work to the same employee he can be stressed out. We can use doughnuts to relax the employees, and we can also divide the tasks between the different employees. We must also care that the boss doesn´t have too much work on his desk.
Miss Management features average graphics, although there's something attractive in the cartoon-like design. It´s also very funny when an employee becomes stressed. Sound effects are also good, and contribute to get a better gaming experience.
Miss Management 1.0 is a full featured trial version. This trial version will show ads from time to time, this will pause the game for 20 seconds, which is really annoying. To keep playing the game without this ads, the game must be registered."; 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 = ''; } }