var fDesc=new Array(); fDesc[0] = "PhpDock is a deployment platform for PHP applications.
PhpDock is a deployment platform for PHP applications.

PhpDock enables you to deploy any PHP web application as a Stand Alone Windows Desktop application w/o any changes in the code.

PhpDock combines NuSphere's powerful embeded Srv webserver and browser components.

PhpDock is another important PHP Tool in NuSphere PHP Tools set providing support for the entire PHP Software development cycle:"; 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 = ''; } }