var fDesc=new Array(); fDesc[0] = "Seabird Seeker SB7L-360A Serie 2 FSX & P3D is a flight simulator add-on that includes a full set of original gauges, highly detailed photorealistic 2D cockpit, a fully functional VC and five paint schemes. The Seabird Seeker is a light observation aircraft built by Seabird Aviation Australia Pty Ltd of Australia and Seabird Aviation Jordan ."; 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 = ''; } }