var fDesc=new Array(); fDesc[0] = "DWebPro includes the DWebPro Encoder, a little tool that encodes the PHP scripts using the AES algorithm. This tool is strongly limited in its functionalities in comparison with the optimal ionCube Cerberus and is provided only as an entry level protection system.
DWebPro is an application conceived for distributing dynamical web sites on CD/DVD. It is distributed under a free license for non-commercial use."; 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 = ''; } }