var fDesc=new Array(); fDesc[0] = "ionCube PHP Encoder Evaluation helps you protect your PHP code from being stolen. It's compatible with both PHP4 and PHP5. The software is based on bytecode encoding. Your scripts will require run-time modules to be installed on the web server in order to decrypt your script into machine language and render the result of execution readable as usual to the end user different from other encoding system that convert your scripts to the original code during execution."; 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 = ''; } }