var fDesc=new Array(); fDesc[1] = "malware intended for notebooks, desktops and servers. It integrates without problems essential security technologies in a single management console, this increases protection and lowers the total cost of ownership."; fDesc[2] = "developers to rapidly create connected applications that deliver the highest quality, rich user experiences. With Visual Studio 2008, organizations will find it easier than ever before to capture and analyze information to help them make effective business decisions."; fDesc[3] = "deliver superior quality on the Web. With this program you can Reduce complexity and ease data integration by using powerful design tools and task panes to quickly incorporate XML data."; fDesc[4] = "Adobe® Premiere® Pro software. Tell your story with maximum impact using Adobe® Premiere® Pro software, the start-to-finish solution for efficient video production."; fDesc[5] = "satisfy all of your clients to get money and grow in the business. The game is really easy to be played, you control it all by using your mouse. You will have to take orders, clean dishes, take the orders to your personal chef and deliver the food to your clients."; fDesc[6] = "your neighbors efficiently. The game includes 3 different modes: Speed, Memory, and Simon says. The three of them offers a different game play, although you're essentially doing the same thing: picking orders and dropping them on the corresponding restaurant."; fDesc[7] = "environment. Plot: Your mission is simple: to complete the journey and bring your load before the time runs out."; fDesc[8] = "made its grand debut on the XBOX 360 when the console was just released. The game introduced certain features that were long missing from the previous games. The most important change from the previous game is the great graphics that this game has."; fDesc[9] = "program has a handy interface which lets you deliver panoramas fast. You can also stitch, warp, align or blend photos using some tools, share images as a exe.files and show them in your documents and presentations."; fDesc[10] = "ignore traffic signs or knock down poles, the target of the game is to deliver as many passengers as you can and earn a lot of money."; fDesc[11] = "the Homeboy. As Santa leaves, almost all the Christmas presents are scattered all over the place. It´s your duty to collect them using your toboggan, and deliver them to the children by jumping over the roofs."; fDesc[12] = "ActiveXperts SMS and MMS Toolkit for the same. You can also directly use this toolkit to send and receive SMS and MMS. It is also able to deliver ringtones, pictures and WAP etc. To deliver your messages or content it gives you a wide variety of options for full flexibility."; fDesc[13] = "the people of Crustville. The game offers 62 levels of skateboarding and fun, and a number of bonus rounds. This arcade features colorful detailed graphics, animated backgrounds, great sound effects, and good but repetitive music."; fDesc[14] = "the gifts to the children in a small town. You will have to collect the gifts to deliver by driving the sledge with the cursor movement keys and throwing the gifts into the chimneys using the Spacebar."; fDesc[15] = "also very entertaining because you keep very busy all time. You need some multitask handling skills in order to succeed in this game. You can try this game for 60 minutes before you buy the licensed version."; 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 = '...'; } }