var fDesc=new Array(); fDesc[0] = "Cessna Citation Excel XLS + is a flight simulator add-on for Flight Simulator X and Prepar3D. The Cessna Citation Excel is a turbofan business jet built by Cessna Aircraft Company in Wichita, USA. Excel has evolved in Citation XLS and XLS + Quote. The model is a commercial success for Cessna, that sold 700 Family aircrafts in 10 years. It features a 3D cabin and interior, 3D virtual cockpit, realistic details, and more."; 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 = ''; } }