var fDesc=new Array(); fDesc[1] = "motorcycle steering skills. Amazing realistic motion, complex obstacles, jumps and all these are in full 3D!"; fDesc[2] = "doesn't provide that much new features but its not a bad game. If you are a racing fan, you should try the demo first, there is a chance you can love it or that you can find it a little bland."; fDesc[3] = "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[5] = "fiction movies where \"computers\" ruled the world. One of those famous movies, Tron, featured spectacular battles of motorcyclists. GLtron is a game where you will find a kind of recreation of those amazing battles."; fDesc[7] = "ride personalized themed choppers, challenging their racing skills on a variety of missions and earning style points to unlock new bikes, along the way."; fDesc[9] = "rent out resources, calculate and show term of lease, helping you to make decisions quickly. Search, export, backup options are available."; fDesc[11] = "and shoes. It's perfect to plan working hours, keep track of scheduled appointments and what service bay technicians will be using."; fDesc[14] = "additional capability to share data in real time over the network."; 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 = '...'; } }