var fDesc=new Array(); fDesc[1] = "can easily be used by any user, even by a beginner. Just write the html code in the \"Design\" window and use tags from the toolbox with editing tag properties, and change the style of the text."; fDesc[2] = "will have to take good care of animals and plants, fulfilling their needs suchs as food, water and else. Then you'll have to sell your production to local restaurants and collect money."; fDesc[3] = "will keep you entertained. Enjoy this creative game while you put fruits together, built tikis and rockets, and shoot to different targets."; fDesc[4] = "to use interface with the basics: a phone book, help button and a dialer. No additional features. To use it you will have to set up an account."; fDesc[5] = "applications and lots more, without even knowing bare basics of programming. It comes with many impressive features facilitating the user to create small size stand alone apps, such as games, installation programs and similar things without spending lot of time."; fDesc[6] = "fan or a beginner, there is something for everyone at Party Poker. You will find ring games, where players can compete with one another in single-table tournaments, and multi-table tournaments."; fDesc[7] = "client, setup a new account and start a new game. You will find very friendly people who will help you on your way. If you like to play such games, try this one."; fDesc[8] = "intended to provide a way for adults and children to get started in the games creation. The Games Factory provides all the stuff you´ll need to manufacture Arcade games, Platform games, Adventures and Screen Savers."; fDesc[9] = "fact thats what Access is about and most small business users need but we all know that some advance tricks requires SQL and Visual Basic knowledge, which obviously isn´t covered on this course, so don´t expect to be the database guru after buying the product."; fDesc[10] = ", learn and do to create a basic web page. It covers all stage from brain-storming to registering your domain and uploading content."; fDesc[11] = "Beyond the Basics. Below each category you’ll find several subjects and each subject displays a card-style entertaining lesson. After the lesson you have the possibility to take a quiz to check your knowledge on the matter."; fDesc[12] = "toughest simulation in the FSX pack. Back to the basics is what this plane is all about, built for speed attitude the aircraft needs to be studied thoroughly before being taken for a flight."; fDesc[13] = "menu, graphically designed, will guide you to the four sections of the application: Chord Encyclopedia, Note Tutor, Keyboard Basics and Name that Note. Let’s know a little bit more about them."; fDesc[15] = "basics of investing and provides an understanding of terms used in the financial sector. The program features tutorials and quiz questions and is a guide for users that will help them to make their own financial decisions."; 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 = '...'; } }