var fDesc=new Array(); fDesc[0] = "STCC The Game is the official game of “STCC - Swedish Touring Car Championship”, the largest and most prestigious motorsport championship in Scandinavia.

The game includes all cars and tracks from the 2008 season; seven Swedish and Norwegian tracks like Mantorp Park, Knutstorp Ring, Våler Track and the world exclusive city racetrack Eco Drive Arena in Gothenburg along with cars like Audi A4, Volvo C30 and BMW 320si."; 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 = ''; } }