var fDesc=new Array(); fDesc[0] = "Boeing 747-200 Mega Package Vol.3 FSX & P3D is a flight simulator add-on that brings you the Boeing 747 in all its forms in a detailed package. This volume contains 29 repaints of high quality divided according to their model. It provides 12 Boeing 747-200 models which divide into the different engine options (General Electric, Rolls-Royce and Pratt and Whitney) and their variants (-200F, -200M and -200SF)."; 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 = ''; } }