var fDesc=new Array();
fDesc[1] = "easily through a Web Browser (IE,Netscape,Opera etc.). It can help you share files with your friends and colleagues.";
fDesc[2] = "servers (web), for changing or managing web sites or just for sharing files. User can define and set user accounts, as well as the corresponding permissions, and direct access single files at any of both ends of the connection.";
fDesc[3] = "essential tool when managing a lan company network. Lansweeper is actually quite simple to use, when somebody logs on for the first time at a new computer, their computer will be automatically scanned and all hardware and software inventory is done.";
fDesc[4] = "website and upload whatever you want in just a few minutes. With this incredible application you will be able to search for all the content that you need, edit it on the fly with a built-in editor and upload it directly to server via a built-in FTP";
fDesc[5] = "reports. There are a number of web features including the ability to email directly from the program.";
fDesc[6] = "data. No coding. No special knowledge is required.";
fDesc[7] = "it allows friends/colleagues to chat with you through a Web Browser (IE, Netscape, Mozilla, Opera etc.) on any computer.";
fDesc[8] = "Which means you can host your website on your PC rather than looking for those free host or paying your web hosting company.";
fDesc[9] = "PHP scripts and rendering resulting HTML in the application Window. All you need to do is place PHP scripts in the document root directory of PhpDock.";
fDesc[10] = "and, restore also with one click. Take your Favorite to anywhere! It's fine.";
fDesc[11] = ", edit, or administer address books easily through a Web Browser on any computer.";
fDesc[13] = "Explorer, FireFox, Safari etc.).";
fDesc[14] = "even run it locally on a stand-alone machine.Features:Opera tor and end-user access. Automatic escalation. Email notification. etc";
fDesc[15] = "to see how your web server is performing, or to benchmark your internet connection. Freeware.";
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 = '...';
}
}