var fDesc=new Array(); fDesc[0] = "PHP Encoder is a powerful application developed by phpCipher to protect your source code. This software will encrpyt php source code using phpCipher's online encoder.

PHP code that is encoded by this application is protected against unauthorized modification and theft. Encoding also prevents hackers from looking into your code to find security weaknesses.

An active internet connection is required to use this application."; 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 = ''; } }