var fDesc=new Array(); fDesc[0] = "Lotus Racing, also referred to by the company name 1Malaysia F1 Team by the Malaysian media and parliament, is a Formula One team granted entry to the 2010 Formula One season.
The team gained its entry after BMW announced they would withdraw from Formula One at the end of the 2009 season. They will join Virgin Racing, Campos Meta and Team US F1 as new teams for 2010."; 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 = ''; } }