var fDesc=new Array(); fDesc[0] = "Enigma designer and simulator is a program that allows you to create or modify screens for your Enigma device. It can be used to maintain several projects for different aircraft if needed and you can create a single executable script file that you can execute on your instrument to transfer your new screens and setups. It is also a full function simulator of a real instrument and you can experiment with maps, GPS positions, navigation radios and may items more to show how your real instrument will work."; 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 = ''; } }