var fDesc=new Array(); fDesc[0] = "ICE AI Traffic for FSX is a program designed to work with the FSX simulator that provides improved traffic conditions in heaven aircraft and airports around the world. The program enhances the realism of the simulated flight. You'll see takeoffs, landings and aircraft crossings in the skies from world's airlines, with real original logos and real routes."; 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 = ''; } }