var fDesc=new Array(); fDesc[0] = "FS Instant Help is an add-on for Microsoft FSX and FS2004. Click on a control, switch or instrument in Flight Simulator and listen to immediate spoken advice on its function and use! PLUS - Map and save all your flight routes and view with Google Maps! Read text spoken with on screen captions in Flight Simulator. Helps when things are busy or if you are hearing impaired or need help understanding English."; 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 = ''; } }