var fDesc=new Array(); fDesc[1] = ", from Logitech. This release supports Windows XP and Windows Vista. If you plan to upgrade to Windows Vista at a later date, it is recommended to uninstall SetPoint prior to installing Vista, then reinstall SetPoint again after upgrading to Vista."; fDesc[2] = "furnish a flat and calculate the it's cost with the latest IKEA prices. You can share the plan of your dream bedroom by saving the project to the disk and send it by email to your friend."; fDesc[3] = "an important event. The tasks are divided in categories including web design, support, development, meetings, information and call."; fDesc[4] = "wielding hand at two exciting modes: Speed and Strategy. Don't let the list of words reach the top in Speed mode. Take your time to plan each move in Strategy mode."; fDesc[5] = "Pro is designed to quickly and easily draw good-quality, straightforward designs."; fDesc[6] = "able to plan the lighting you will use in a room, scene or building. The program will be able to calculate and visualize the daylight, as well as letting you plan your lighting scenes, plan the color and intensity of the lights you will use or position on the project the emergency lighting."; fDesc[7] = "four wedding planners in a TV-show, organizing luxurious weddings worldwide. The first wedding to plan is at Niagara, so you’ll be flying within the next three hours! Try this game for 60 minutes before you buy the licensed version."; fDesc[8] = "serve as a planning tool that can later transfer its parameters to any Polar series wrist unit, a device that can read your heart frequency, control your training time and more. The program will display a calendar where you can mark your training plans."; fDesc[9] = "software will help you to plan individually and design according to your real kitchen size all your ALNO new furniture. You can have the traditional design, stylishly combined with modern kitchen technology – ALNO Country."; fDesc[10] = "diagrams. Inspiration 8.0 is devoted to allow 6 to 12 degree students to plan, organize, research, evaluate, comprehend and communicate knowledge."; fDesc[11] = "solution for virtual classroom activities and education at distance. You can try this application for a period of 30 days. After the period finishes you can either buy a license or uninstall the application."; fDesc[12] = "and mapping techniques for the organization of ideas and information and the way they should be implemented. The program features a beautiful and organized user interface that allows you to fully edit your diagrams as you wish."; fDesc[13] = "manager. Build ecological houses, factories, businesses and parks to clean up the city. Upgrade each building to earn more money for rents."; fDesc[14] = "spare or don’t want to waste it, then you need the Ultimate Business Plan Starter. This software program can help you get your ideas down on paper faster than you otherwise would be able to."; fDesc[15] = "engineers. These programs can be very expensive, as well as very difficult to learn, and very difficult to use. Easy Plan Pro is very easy to use and also is very easy to design and to draw."; 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 = '...'; } }