var fDesc=new Array(); fDesc[0] = "Discover Ducati's glorious history: unparalleled tradition made of innovation, Italian style and sport victories that started in 1926. The 2000s witnessed significant racing achievements and a strengthening of Ducati in the global market for motorcycles. Among the highlights of the decade, the début in MotoGP and the subsequent World Title and the change in ownership with the takeover by Investindustrial."; 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 = ''; } }