var fDesc=new Array(); fDesc[0] = "FSBUS DLL is an "easy to use" interface for your individual cockpit software. This individual Cockpit Executable is to be developed by your own. Your sourcecode must be compiled with Visual Studio or other compilers. The software is not intended for the novice electronics hobbyist, since they all require some basic knowledge of electronic circuit construction, soldering techniques, mains wiring, etc."; 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 = ''; } }