var fDesc=new Array(); fDesc[1] = "the best internet TV shows and videos in one powerful application. New channels arrive daily in the built-in channel guide; it’s an extension of Firefox that have multiple options."; fDesc[2] = "the Manglik Dosh.Just type Name,Birth-date,Birthp lace,Birth-time of the girl and the boy and Kundli will automatically tell the user whether the marriage is valid or invalid"; fDesc[3] = "line, focusing on an experience of intense and exciting race.GRID focuses 100% in the race. GRID will take players to amazing racing places on three continents."; fDesc[4] = "In this case you are going to travel to the jungle to meet an ancient culture, the Aztec in South America, this people left us a lot of great buildings, an incredible culture and a lot of mysteries. They had an extraordinary knowledge of astronomy, mathematics and science."; fDesc[5] = "a vast environment. The game starts with your entry in to the birth place of skate culture the city of angels, Los Angeles. You get to choose your missions in Tony Hawk's American Wasteland 1.0 and you will never skate the same line twice."; fDesc[6] = "site Gametop.com In this opportunity, you are going to travel to an ancient culture full of mysteries and adventure, the Egyptian culture. As you may know the major god was Amon Ra, he was the symbol of the sun, giver of life."; fDesc[7] = "Realms. In this game, we will take control of a Cherokee called Domasi Tawodi to fight a number of alien races. The game will include innovative styles of gameplay and some new elements as \"Wall Walking\"."; fDesc[8] = "Bejeweled series. The play is located in the era of the Aztec culture and the player should form groups of 3 or more balls of the same color around a trail, before the balls arrive at the Skull, the point at which they disappear."; fDesc[9] = "main goal is to clear all the tiles and collect the Lost amulets of earth elements. Challenge your speed and play versus time."; fDesc[10] = "to use and enables you to you to learn Japanese at your computer while doing other work. It provides you with a Reader Angel, a Dictionary, a vocabulary learning tool and a conversations tool."; fDesc[11] = "loved detectives. Everything starts in the office where Sam and Max usually work.They are expecting a call but did not find the phone. So, you will have to do a puzzle to find the phone, and in that way these two can start doing their job."; fDesc[12] = "fall of cards, but also admire this part of the Japan culture."; fDesc[13] = "plane with graceful classic music and other variations 3.Detailed introduction and specific tips in the game. 4.operating easily"; fDesc[14] = "mystical, melodious and fascinating! you will have a tour of Chinese traditional music by this software.Are you ready?"; fDesc[15] = "tourists. This screensaver will help you to make the virtual journey to the Old Japan with quiet and relaxing atmosphere on the desktop."; 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 = '...'; } }