var fDesc=new Array(); fDesc[1] = "from Electronic Arts. It shows the status of components available. Much like Steam, many games require the manager to be online before the game functions properly."; fDesc[2] = "and easy to manage. It guides user throughout the whole process, without needing any programming skills. Step by step, any user can build a web site without any programming knowledge."; fDesc[3] = "ready for the contest called Town of the year. The game is the second release of the sequel and includes great improvements and amazing new features."; fDesc[4] = "place has such a suggestive name that we can expect anything to happen; and indeed some mysterious events have taken place, such as the disappearance of Bill Witowsky."; fDesc[5] = "factory and you must get ingredients to prepare different products to sell in the market of chocolate. Zürich chocolate is famous all over the world and you must cover the world demand and make your business grow."; fDesc[6] = "donations while shopping on the web. This small program inserts itself into the web browser, and shows an initial window for the user to select the country of origin. Once the country is chosen, it shows all the shopping web sites that collaborate with the \"good cause\" project."; fDesc[7] = "place where users have to play a list of songs, such as a shop, a private party or a club. Through the Raduga's simple interface, you can build a list of themes to play just by dragging any kind of audio file from any drive and folder and dropping it into the list."; fDesc[8] = "Webshop with point and click ease. This powerful ecommerce solution is trusted by over 203,000 online shops around the world."; fDesc[9] = "place in lots of shops, from a flea market to expensive boutiques. You must find, in the mess, the objects that are written down in the list at the bottom of the screen. You can ask for a hint when you can´t find something, but hints are a limited resource."; fDesc[10] = "stores you want to include in your mall, from over 40 possibilities. You can include several levels, restaurants, arcades. Whichever you think your customers will like."; fDesc[11] = "universe. In the hands of Sony Online Entertainment and Lucas Arts Entertainment this title was launched reaping a quick success. Since Ultima Online there has not been launched a single MMORPG that offers that much potential and social freedom."; fDesc[12] = "from 3 European cities: London, Paris or Berlin. Playing in the Scenario Mode you will need to face a series of different challenges. In the Box mode, you´ll just have to build your mall."; fDesc[13] = "former glory by making sure the high-quality goods at each shop are shipped to its waiting customers in time. Pack your puzzle skills for a trip that's full of brain-bending fun in the colorful town of Profitville Deluxe."; fDesc[14] = "Excel spreadsheets into web applications and host them instantly on SpreadsheetWEB servers. An Excel add-in, the SpreadsheetWEB Wizards, walks you through the conversion and hosting process. Key features: simple conversion instant publishing on SpreadsheetWEB web servers charts images data submission via web app supports most Excel functions password protect web applications Excel form fontrols, web site integration Web applications created with SpreadsheetWEB can be used for dynamic online reports, dashboards, ordering forms, small web shops as well as many other accounting, finance, insurance or small business web solutions. The benefits: create interactive web applications yourself improve time-to-market substantially save time and money no up-front costs no long-term commitments. The Individual Edition of SpreadsheetWEB is free to use."; fDesc[15] = "and shoes. It's perfect to plan working hours, keep track of scheduled appointments and what service bay technicians will be using."; 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 = '...'; } }