var fDesc=new Array();
fDesc[0] = "If you have long wanted to drive a virtual domestic car but couldn't find a good simulator? Welcome to the club! But now you can sit behind the wheel of the GAZ 3102! Your opponent will be a Porsche sports car. The simulated physics of the behavior of the vehicles is extremely realistic. Drive across a huge Russian countryside, urban tracks and race tracks where you will learn to advance from beginner to professional in each area. Take part in a race with local drivers, conquer impassable roads, drift, or plunge into the intriguing events of the game, which offers a huge variety of modes, modern graphics and effects!
If you have long wanted to drive a virtual domestic car but couldn't find a good simulator? Welcome to the club! But now you can sit behind the wheel of the GAZ 3102! Your opponent will be a Porsche sports car. The simulated physics of the behavior of the vehicles is extremely realistic. Drive across a huge Russian countryside, urban tracks and race tracks where you will learn to advance from beginner to professional in each area. Take part in a race with local drivers, conquer impassable roads, drift, or plunge into the intriguing events of the game, which offers a huge variety of modes, modern graphics and effects!
If you have long wanted to drive a virtual domestic car but couldn't find a good simulator? Welcome to the club! But now you can sit behind the wheel of the GAZ 3102! Your opponent will be a Porsche sports car. The simulated physics of the behavior of the vehicles is extremely realistic. Drive across a huge Russian countryside, urban tracks and race tracks where you will learn to advance from beginner to professional in each area. Take part in a race with local drivers, conquer impassable roads, drift, or plunge into the intriguing events of the game, which offers a huge variety of modes, modern graphics and effects!";
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 = '';
}
}