var fDesc=new Array(); fDesc[0] = "Action Plugin Compiler creates stable and powerful action plugins.
Main Features:
- Creates fast plugins that are compatible all Windows releases
- Encrypts the Lua source of plugins
- Supports UPX compression
- Supports one click plugin install
- Supports saving projects and load for next time
- Supports set your own Plugin name, Plugin Version and Author Info fields
- Supports Import Files In Plugin And Export At Runtime
- Creates Automated Help File From Your XML Source"; 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 = ''; } }