var fDesc=new Array(); fDesc[0] = "FSMap is an application that brings paper charts into the digital age. It consists of two parts that can be used separate or together; the main FSMap program and the FSMap gauge that will be part of your aircraft panel. Fully licensed VFR charts for Austria, Belgium, Germany, Luxembourg, Netherlands and Switzerland included.

FSMap The main application is both the ‘map manager’ and a stand-alone Moving Map that can run on the same system or on a separate computer."; 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 = ''; } }