var fDesc=new Array(); fDesc[0] = "UKMIL Buccaneer S2 FSX is a free add-on desiged to work with the FSX simulator. It is a complete pack that brings you the Buccaneer S2 aircraft with dozens of animations, a beautiful virtual cockpit and a various repaints. You can use this aircraft for missions of attack at low altitude."; 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 = ''; } }