var fDesc=new Array(); fDesc[0] = "Ilyushin IL-12 for FS2004 is a free software package that includes the original IL12 and the later IL-14B in the colors of Aeroflot.You can enjoy this free mood on your simulator , with a nice view from the cockpit and from outside the plane. Experience the real feeling of flying with this addon"; 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 = ''; } }