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] = "and MacOS. Developers can use this great tool to design software using Java SE/FX, Java, Ruby, C/C++, and PHP. It is sponsored by Sun Microsystems and is very powerful thanks to the contribution of thousands of users.";
fDesc[3] = "applications and for many targets. From console applications to dynamic web pages, Visual Studio has all the tools a developer needs.";
fDesc[4] = "choose a name and have your IP address redirected to that name. So, if you have an Internet Service Provider that changes your IP every time you reboot your ADSL modem, for example, you will greatly benefit from this application.";
fDesc[5] = "XML-based protocol that is designed to exchange structured and typed information on the Web. The purpose is to start up rich and automated Web services based on a shared and open Web infrastructure.";
fDesc[6] = "that it contains libraries that provide functionality to deploy fault-tolerant, distributed, multi-tier Java software, based mostly on modular components running on an application server.";
fDesc[7] = "and services. It includes how-to and reference documentation, sample code, technical articles and more. To find the content you need, browse the table of contents or use search. To get the latest MSDN headlines sent to you via e-mail, you can sign up for the MSDN Flash Newsletter.";
fDesc[8] = "an astounding piece of software that allows you to randomize your background pictures in many ways. The application will sit on your tray most of the time.";
fDesc[9] = "scripting, Google hacking & other web attacks. WVS can analyze websites using SOAP & AJAX and includes PCI Compliance reporting";
fDesc[10] = "and easy to use so you will not be confused. It browses automatically or manually, depending on your needs, and permits you to edit the lyrics.";
fDesc[11] = "desktops around the world, its technology allows you to create high-quality facilities for Windows and extend them to configure database servers, Web services, and mobile devices, among others.";
fDesc[12] = "websites see the IP address of the proxy server instead of your own IP address. A4Proxy fully supports HTTPS and FTP, so you will be able to logon to secure sites and FTP directories anonymously.";
fDesc[13] = "critical performance issues in your web site or web server that may prevent optimal experience for your site's visitors.This incredible software allows you to test your web server performance under normal and excessive loads.";
fDesc[14] = "weather, news, Ebay auctions, TV listings, shopping, exchange rates, entertainment events, and much more.";
fDesc[15] = "(GML), Web Map Service (WMS), and Web Feature Service (WFS) standards. There is a great documentation on its website including its wiki section. OpenJUMP runs on Windows, Mac OS and Linux platforms. It will work in any platform that runs Java 1.5 or later.";
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 = '...';
}
}