var fDesc=new Array(); fDesc[0] = "The Lamborghini Concept S is a concept car designed by Luc Donckerwolke, the head of Lamborghini design, using the Lamborghini Gallardo's floorplan. Shown at the 2005 Geneva Motor Show. It was intended to be a modern interpretation of the single-seat roadsters of the past. Utilizing a 'saute-vent' (French for 'change wind') instead of a traditional windscreen, and dividing the interior into two distinct compartments by continuing the bodywork between the seats, which also serves as an air inlet feeding the mid-mounted 5L V10 engine, gives the car a distinctly futuristic look."; 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 = ''; } }