var fDesc=new Array(); fDesc[1] = "Tasks are reduced from multiple steps with the new task pane. The new version of Outlook condenses all your personal and professional e-mail into one central location, even your Web-based e-mail accounts like Hotmail."; fDesc[2] = "needs. This version is completely free, but big companies may need to buy the more full-featured Office Accounting 2008 Professional which includes more complex tools, such as multi currency support, which is an essential feature for businesses selling to international customers."; fDesc[3] = "comes to securing backups of hard drives. The program includes Mozy technology which allows the user to back up all important data offsite. This is very effective against theft and should something happen to any data and it is lost, then it will quickly and easily be restored."; fDesc[4] = "accounting needs. This version is completely free, but big companies may need to buy the more full-featured Office Accounting 2007 Professional which includes more complex tools, such as multi currency support, which is an essential feature for businesses selling to international customers."; fDesc[5] = "financial tasks, to organize, and grow their businesses on the Internet. With its familiar Microsoft Office 2007 interface, this program is easy to learn, so you can be productive immediately."; fDesc[6] = "(including CD-R/RW, DVD-R/RW, DVD+R/RW, BD-R/RE, HD-DVD-R/RW and DVD-RAM) as well as a variety of burning hardware. The program is free for personal use. Businesses are required to register."; fDesc[7] = "track your bank accounts, stocks, income and expenses. Are you going to buy a vehicle or a new house? GnuCash will help you plan the investment and track loan payments. With GnuCash you can also keep track of your checkbook."; fDesc[8] = "and to use. Updates automatically over Internet. New! Windows Vista (32-bit) support!"; fDesc[9] = "last minute headlines from the user specified news websites, showing them on the PC desktop with a very attractive and customizable interface. KlipFolio is runs in the background, with a minimum consumption of resources."; fDesc[10] = "“rat race” where everybody who gets his university degree starts, and then all the adventure begins. By rolling the virtual dices, the player advances and falls into different situations."; fDesc[11] = "businesses and over 3 million sales professionals worldwide. At least not when you take a closer look at what ACT! 2000 does for you. Detailed contact and account information. Sales tips from Dale Carnegie training. A complete history of your contact-related communications. Full calendar management of your schedule."; fDesc[12] = "product series: Mamut Enterprise Mamut Enterprise is a user-friendly and complete business solution designed to manage and integrate all areas of your business. It is a state of the art solution covering financials, CRM, logistics and e-commerce. Mamut Enterprise is simple to install, is user-friendly and offers excellent functionality to support your business. Mamut Office A unique, all-in-one financial system for smaller businesses. Not only do you get bookkeeping and invoicing, but also contact and sales management, project management and a web site/e-commerce in one complete solution at the best price on the market. Mamut CRM & Sales Mamut CRM & Sales is the market’s most complete contact and sales management system for businesses that require efficient management of their customer and contact base, plus project management, time sheet input, quotations, orders, invoicing and web..."; fDesc[13] = "savvy, in eighteen businesses challenges. The whole idea of the game is to reach the summit of the corporation, with the approval of Mr. Trump. If you failed on any step of the ladder, you’ll just be fired and the game is over. You can try this game for 60 minutes."; fDesc[14] = "Business Turnaround Expert focuses on helping businesses increase revenue and reduce expenses."; fDesc[15] = "strategies so that you can start earning a living as a small business consultant."; 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 = '...'; } }