var fDesc=new Array(); fDesc[0] = "Caravelle III Air France is an add-on for the Microsoft Simulator game. For fans of the famous Caravelle, discover this superb aircraft for FS2004, simulation pushed to the maximum, surprising realism, this add-on will not leave you indifferent. Pilot from the 2D panel (no VC) and remind yourself an old time, that of the first civilian jet."; 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 = ''; } }