var fDesc=new Array(); fDesc[0] = "Addit! Pro For Flight Simulator X is an addon manager for Microsoft Flight Simulator X. It comes with the Addon Installation Wizard, which makes installing addons a breeze. The Wizard allows you to quickly identify the zip (or rar) file you want to install. It handles the complicated and time-consuming task of installing files to their proper locations and configuring Flight Simulator."; 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 = ''; } }