var fDesc=new Array(); fDesc[0] = "This application shall help you to generate the code for your filters in Flash. Your can try the sample-version online or simply download the AIR-application with all features. Generate class code for your filters in AS2 as well as in AS3, fullscreen mode, it has keyboard shortcuts for the main functions"; 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 = ''; } }