var fDesc=new Array(); fDesc[0] = "The Aerosoft Launcher gives you an overview of all Aerosoft products installed on your computer. You will also have easy access to special features available for the several products. Also, you will have access to the Aerosoft shop and the Aerosoft forum.
Features:
- Joystick Configuration Tool.
- Deinstall routine.
- Autoupdate function at start up.
- Current activations.
- New product information feature.
- Requests for support-emails."; 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 = ''; } }