var fDesc=new Array(); fDesc[0] = "VoxATC is a huge advance in Flight Simulation that adds a whole new dimension to the experience. VoxATC 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. Some FS add-ons let you talk to the computer, with VoxATC you talk to Air Traffic Control. Download and try VoxATC for yourself, free for 7 days."; 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 = ''; } }