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