var fDesc=new Array(); fDesc[0] = "This is a Ilyushin Il-86 addon for Flight Simulator. The Ilyushin Il-86 was the first Soviet aircraft widebody line, that is to say having rows of passenger seats separated by two aisles. This add-on is very detailed and complex; it contains documentation in Russian, however, Google Translate can translate your text into 91 languages and should help you to understand the documentation."; 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 = ''; } }