var fDesc=new Array(); fDesc[0] = "F 1 World Championship is completely free.
You can choose between arcade, training and championship modes with four levels of difficulty: novice, amateur, professional and expert.
You can compete against the computer or against a friend on a large variety of racing tracks."; 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 = ''; } }