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] = "beginner, it will be hard to understand the working of the program. The program uses a nice, black interface. On the left had, we see a list with thousands of audio effects, like clapping, piano, kick, etc. The features of the program make it the best of its kind."; fDesc[3] = "graphics. The game play takes place in Maple World, where players travel defeating monsters and developing their characters’ abilities and skills. As it is a role-playing game, players can interact with other players around the world by chatting, trading and playing minigames."; fDesc[4] = "especially if you are a beginner and also if you are a good opponent to the experts players. You will be able to play against eight poker champions at the same time."; fDesc[5] = "introduction to Visual Web Developer 2005 Express Edition, and is oriented to people interested in designing and building ASP.NET Web sites. Besides the lessons, the course offers this additional material consisting of 2 ready-to-print documents to have on the desk when you take the lessons."; fDesc[6] = "introduction to Visual Web Developer 2005 Express Edition and is oriented to people interested in designing and building ASP.NET Web sites. The purpose of Lesson 3 is to explain what are the events, how they can be used in the code you write, and what are the possible responses to those events."; fDesc[7] = "2005 Express Edition. The purpose of Lesson 1 is to get the students in touch with Visual Web Developer 2005 Express Edition and describe the work process involved in the design and build of a ASP.NET web page."; fDesc[8] = "2005 Express Edition. The purpose of Lesson 6, “Style sheets and Master Pages”, is to explain and teach how to use Style Sheets and Master Pages when building web pages. Cascading Style Sheets and classes concepts are also included in the lesson."; fDesc[9] = "introduction to Visual Web Developer 2005 Express Edition, and is oriented to people interested in designing and building ASP.NET Web sites. Lesson 7 demonstrates how to add a SQL Server 2005 Express Edition Database to your website project, and presents new controls to retrieve data from the database."; fDesc[10] = "Edition, and is oriented to people interested in designing and building ASP.NET Web sites. The purpose of Lesson 11 is to begin developing a quiz engine explaining the process involved. Over the next lessons the project will be completed."; fDesc[11] = "introduction to Visual Web Developer 2005 Express Edition, and is oriented to people interested in designing and building ASP.NET Web sites. Lesson 4 clarifies what is maintaining state in web applications, and how can ASP.NET 2.0 server help you managing this state."; fDesc[12] = "Network). The course provides an introduction to Visual Web Developer 2005 Express Edition, and is oriented to people interested in designing and building ASP.NET Web sites."; fDesc[13] = "Edition, and is oriented to people interested in designing and building ASP.NET Web sites. Lesson 10 explains the process of uploading your website to the server and remarks the importance of the Web.Config File in it."; fDesc[14] = "Edition, and is oriented to people interested in designing and building ASP.NET Web sites. The purpose of Lesson 12, “Building a Quiz engine 2”, is to stop by the three first snapshots of the development of the quiz engine."; fDesc[15] = "introduction to Visual Web Developer 2005 Express Edition, and is oriented to people interested in designing and building ASP.NET Web sites. Lesson 13 explains how to save the test result into the database and then display them. Also, some modifications to the quiz.mdf file will be shown."; 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 = '...'; } }