var fDesc=new Array();
fDesc[1] = "This incredible software includes debugging features, a very comfortable editor with syntax highlighting, a syntax check feature that finds errors in your script, and many other features for easy and comfortable Perl development.";
fDesc[2] = "Perl programs under Windows 98/Me/2000/XP.";
fDesc[3] = "another feature is that it can start in a background process; it allows editing your own error pages; it allows remote administration. Xerver Free Web Server is platform independent so it can work in any computer with Java interpreter installed with very low resources.";
fDesc[4] = "environment and editor for creating, testing, debugging and running perl scripts, directly or through associated html documents. Includes many tools.";
fDesc[5] = "strong encryption algorithms, so that no one can get in, unless he knows the correct password. Each user can have his own password, being assigned to a user groups, and these groups are related to a group of HTML files ensuring their limited access to pages.";
fDesc[6] = "knowledge about this kind of project. But with Easy Web Gallery Builder, you will be able to create stunning web galleries of photos and videos in minutes.";
fDesc[7] = "update using the News Updater program. No server side scripting or database is needed, it works with static sites. Supports Images.";
fDesc[9] = "Looking for customizable syntax highlighting feature? Perl Editor 3.1 will do all that and much more. 5000+ Perl coders strong and growing!";
fDesc[10] = "navigate through your directories, upload an image or text file, create a new directory, modify permissions, delete a file or directory - plus full-feat...";
fDesc[11] = ", Perl output viewing for debugging, email testing, database access testing, all on a local PC.";
fDesc[12] = ", you'll find that the innovative visual environment can give you a dramatic productivity boost!";
fDesc[13] = "methods, and a script installer. You can create and publish custom CGI scripts quickly without programming.";
fDesc[14] = "Your delivery email address is hidden and can not be harvested by spam mailing lists directly from the form.";
fDesc[15] = "another that previews the CGI in an internal web browser. Also integrated testing for errors or running normally. It supports code-...";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}