var fDesc=new Array(); fDesc[0] = "This program provides a fun and useful way for you to learn about the features of the KLN 89/B receiver. Starting with a brief tutorial to learn how the simulator works, you can quickly progress to learn and explore the many aspects of this navigation product. Currently the KLN 89/B is sequencing through its startup sequence. The simulator announces that the system is in “Take Home” mode, which can be accessed in a real unit as well. This mode allows you to simulate a plane and “fly” to different locations."; 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 = ''; } }