var fDesc=new Array(); fDesc[0] = "Trials Legends is a free PC game that recaptures the classic gameplay of the original web and PC-based Trials experience from 2000 to 2005.

Trials Legends reprises 33 classic tracks from the early days of years 2000-2005 of Trials, and includes six bike models, 15 ranks to achieve, local scoreboards, a track creator, and a short history of RedLynx Trials games.

The tracks are based on courses from Trials Basic, Trials Pro, Trials Construction Yard, and Trials Mountain Heights - games originally released between 2000 and 2005 as free-to-play online Java games and small PC games.

Main Features:

- 33 Classic Tracks
- 6 Bike Models
- Local Scoreboards
- Track Creator
- History of the Trials series"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }