var fDesc=new Array(); fDesc[0] = "737 Professional for FSX comes in ten international liveries and features a highly detailed 737-200 ADV model including custom flight dynamics, an authentic sound set, fully featured Virtual Cockpit and 2D panels, PDCS and a host of custom-coded flight systems. All systems use custom-coded routines to overcome most FSX limitations."; 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 = ''; } }