var fDesc=new Array(); fDesc[0] = "Nardi FN-333 Riviera is a flight simulation add-on for FSX, Prepar3D and FS2004. The scenery provides a small Italian amphibious seaplane, powered by a rear propeller, that can land on water and on land. It features: advanced flight dynamics, detailed external model, detailed photoreal virtual cockpit and virtual cabin with night lighting, custom effects, 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 = ''; } }