var fDesc=new Array(); fDesc[0] = "Packaging native installers for AIR 2 and APK files for AIR on Android can’t get any easier. Package Assistant Pro is an easy-to-use tool that help you with package these files and eliminates the need to use the command line.
BEFORE USING THIS APPLICATION please make sure that your project is set up correctly."; 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 = ''; } }