var fDesc=new Array(); fDesc[0] = "EZ-VFR is the simplest way to find your airport. Among the abundance of data inside of Flight Simulator are the names and locations of the 20,000+ airport for FS2004 & FS2002. Wouldn't it be cool if you could see where these airports are located as you fly over the scenery? With EZ-VFR you can!"; 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 = ''; } }