var fDesc=new Array(); fDesc[0] = "Once again you are challenged by the best of the best. This time you need to race throughout France to ensure your chance on the title. The showroom is filled with cars to meet your demands. Five hometown streetrace champions are looking for a new challenge, and founded the official "French Streetracing Competition". The #1 street racers from Nice, Paris, Marseille, Toulouse and Lyon came together and set dates to race against each other in the hometown of each contender. Winner of all 5 cities becomes the official "French greatest streetracer of the year". Being the sixth contender, are you ready to challenge these five experienced street racers? Can you defeat them in their own territory? The odds are against you, but perhaps you've got a chance.."; 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 = ''; } }