var fDesc=new Array(); fDesc[1] = "use. Whenever a more recent version of any programme becomes available, Software Informer notifies you and offers a link for downloading the update. It also allows you to keep track of comments and questions on corresponding software."; fDesc[2] = "devices and their controllers. Once finished, it indicates which drivers count with a new version. it automatically connects to the Internet looking for the upgrades for each of those drivers"; fDesc[3] = "keeping our animals happy, to achieve that you will need to meet their needs and hire staff to care for animals, besides buying buildings and attractions to meet the needs of your visitors."; fDesc[4] = "published by UbiSoft. In video games, as in many other fields, change is essential to evolve. Surely this is what the Blue Byte staff thought when they decided to work with The Settlers: Rise Of An Empire."; fDesc[5] = ", buying an office, hiring your staff, and so on. According to your incomes will be your expenses in buying new clothing, hiring new staff, buying new offices, etc. You can try this game for 60 minutes before you buy the licensed version."; fDesc[6] = "construct the zoo from the start. You will have to take care of the animals, feeding them, sending a doctor to take care of them or petting them. Eventually, you´ll need to relocate or move some animals."; fDesc[7] = "attractions park, with carousels and stuff like that. At the beginning of the game you will receive some money and staff to start. Then you have to run your business, so you will have to learn some basic things about it."; fDesc[8] = "Business card, Staff card, Membership card and Interactive CD business card."; fDesc[9] = "FXP). It also includes a glftpd-manager with all the site commands (drftpd and other command sets as well)."; fDesc[10] = "and reporting, and works perfectly with home or remote working staff. FlexiServer is the modern replacement for an hours book or time card. For staff who work at computers it does all hours logging automatically. It records log on and shut down times as worked hours. It automatically detects lunch and other long breaks by monitoring computer idle state. Hours can also be entered manually if the employee is not working at a computer. The way it works is like this. The manager or bookkeeper runs FlexiServer on their PC. All staff then run FlexiStation on their computers. FlexiStation will run automatically in the background logging hours worked. Whenever the manager or bookkeeper want to view reports they can log onto FlexiServer with their web browser and use the control panel. Employees can also log on to FlexiServer (with restricted access) to manually enter hours at any time."; fDesc[11] = "managing day to day staff schedule. It would be very useful for managers who have to plan work day of many employees. It has a range of features for automation of this process. You can easily add a new employee into Autorota and define his work days."; fDesc[12] = "saves time for small-business owners and managers. Reporting options include schedules, employee lists and costs, and HTML."; fDesc[13] = "optimization is a cornerstone of profitability. Get the right amount of staff at the right time through workload forecasting."; fDesc[14] = "ideal for customised product labels"; fDesc[15] = ", benefits, performance evaluations, training and much more. Staff Files includes prepared HR letters and reports. Download the free demo today."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }