var fDesc=new Array(); fDesc[0] = "Boeing 747-200 Mega Package Vol.2 FSX & P3D is an add-on designed for the FSX and P3D simulators that contains 34 repaints from high to medium quality divided according to the Boeing model. It also contains 6 Boeing 747-200 models with different engine options: General Electric, Rolls-Royce and Pratt & Whitney."; 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 = ''; } }