var fDesc=new Array(); fDesc[0] = "Voxpop is a huge advance in Flight Simulation that adds a whole new dimension to the experience. It is the first ATC add-on for FSX that has been developed with integrated voice recognition. Talk to the controllers using standard ATC phraseology and what you say will be heard. Just like in the real world, requests must be properly constructed, instructions complied with and read back correctly."; 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 = ''; } }