var fDesc=new Array(); fDesc[0] = "Each MAIW package comes with a good Readme file, describing the units, models and airports included as well as giving specific installation instructions where needed. These Readme files are displayed once at the end of the installation. If you want to get back to them later, you most likely will have a hard time chasing the file on your hard disk.
This is where MAIW-Menu Creator comes in. If you point the tool to your MAIW root folder, it will scan the folder tree below and create a shortcut for each Readme found in your Start folder. For this purpose the new program group 'MAIW' is created. Located therein are the regional groups APAC, EMEA, LATAM & NAFTA. Again below them the respective country group, in which the shortcuts reside."; 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 = ''; } }