var fDesc=new Array(); fDesc[0] = "Rally Trophy is a challenging racing game and the first ”historic" rally simulation. One of the most exciting elements of the game are classic racecars such as the Ford Cortina, the Fiat 600 Abarth and the Morris Mini Cooper. There are twelve shining old classics to drive in total, all of which have been modelled in great detail and extremely realistically.

Great emphasis has been put in visualization. The race passes through beautiful landscapes with varying time and weather conditions such as daylight, sunset, snowfall, rain, storm and foggy weather. Everything imaginable is included, such as fine particle effects, skid marks and reflections.

Main features:
- First "historic" rally simulation
- 11 famous classic car models
- Latest state-of-the-art technology used
- Superior visual effects
- Extremely accurate and realistic car physics and damage model
- Digitally captured textures and extremely detailed graphic models create a realistic atmosphere
- 42 exciting, challenging and visually stunning race tracks
- Different seasons and weather conditions make tracks fresh and varying"; 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 = ''; } }