var fDesc=new Array(); fDesc[0] = "IKON is an application that enables users to control and configure the IKON flybarless system. The program features a basic wizard that is a walkthrough configuration tool that will guide you through the initial setup of your unit. Folowing this basig setup, the advanced panel of the application can be activated for fine tuning. Once the basic setup is complete, the unit will deliver 95% of its potential and will perform flawlessly for almost all users and flying styles."; 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 = ''; } }