var fDesc=new Array();
fDesc[1] = "WSE is a feature set, which developers can use for secured interaction between Web services based on different WS- specifications, such as WS-Security, WS-Addressing and WS-Policy.";
fDesc[2] = "using FTP clients as It copy the files from your Computer and uploads them to your website . It doesn't require any user experience .";
fDesc[3] = "programmer, then you will find out that PHPMaker can help you a lot. PHPMaker is a script generator that will let you manipulate data bases easily. In other words, you will be able to generate quick control panels (written in PHP) for a MySQL database.";
fDesc[4] = "easily through a Web Browser (IE,Netscape,Opera etc.). It can help you share files with your friends and colleagues.";
fDesc[5] = "your website like website uses, user activity, access statistics, visitor’s browser and other information in a detailed way. It’s very small in size and freely available. It supports log files of all common web servers.";
fDesc[6] = ", proxy or other logs without any limits!";
fDesc[7] = "combat hacker fingerprinting. Anti-reconnaissance confuses hackers enhances compliance with PCI DSS standards.";
fDesc[8] = "development and production environments. SQL Ultimate Debugger™ records database execution calls, providing detailed information on each traceable element (scalar variables, table variables, temporary tables, permanent tables) within executed database code such as stored procedures (SP's) and user-defined functions (UDF's), triggers. SQL Ultimate Debugger also provides performance indicators and statistics (call count, total, average and maximum execution time) for each line of executed database code. SQL Ultimate Debugger™ is the ultimate sql server tool for developers who work with SQL Server database code. Ultimate Debugger not only allows you to debug a specific execution with known parameters (as you normally do in Visual Studio) but it can monitor your database in a live environment. For example, you can debug procedures while they are executed many times per second by the...";
fDesc[9] = "content without MMC access. Speed up page loads, reduce network chatter, and ease server strain from unnecessary validation requests.";
fDesc[10] = "bandwidth costs dramatically. HTTP compression shrinks the size of common Web files safely and automatically provides browser compatibility.";
fDesc[11] = "resource. Can use tokens for easy handling as well as wildcards.";
fDesc[12] = "easily installs on your web server as ISAPI extension for Microsoft Internet Information Services.";
fDesc[13] = "crawlers will not check your web site so often.";
fDesc[14] = "more efficient Windows 2003 Web servers. Static and dynamic compression for (X)HTML, ASP.Net, JavaScript, CSS, ColdFusion, and PHP";
fDesc[15] = "other web servers. LogRover generates comprehensive reports of page hits, sessions, visits, visitors, search engine referals, and session times.";
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 = '...';
}
}