var fDesc=new Array(); fDesc[0] = "MOTORM4X is a game with a different concept, and the big thing about it is that it does not look and work just like an ordinary racing game. This game is about you and your car, it is about driving. Driving just where and when you want. The structure of racing events is partially non-linear, and although there are still some „line making events“, the overall feeling of it is that you have a complete freedom of choice. Would you like to take a free ride across the country? No problem – just select a vehicle you like and go. If you prefer green alpine pastures and forests, ice cold plains of Arctic Circle, or rocky steeps full of sand, this game is just the right choice for you."; 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 = ''; } }