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] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables."; fDesc[3] = "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[4] = "developers to rapidly create connected applications that deliver the highest quality, rich user experiences. With Visual Studio 2008, organizations will find it easier than ever before to capture and analyze information to help them make effective business decisions."; fDesc[5] = "applications. It also contains all the elements that the end user requires to execute those .Net applications. Mostly those elements are libraries that this framework uses to present any .Net application."; fDesc[6] = "Microsoft Windows versions, starting from 95 and till XP. The program doesn't require the .NET framework to be installed. It can be set to run as a system service or as a regular application."; fDesc[7] = "WPF base (Windows Presentation Foundation). WPF is a graphical subsystem in .NET Framework 3.0 and later versions. It uses a markup language, known as XAML, which can be used to create a rich development interface."; fDesc[8] = "framework for this. The game includes the M3 car and the Nurburgring race track. You can race in single player or multi-player mode. It is a good solid package that you can get for free."; fDesc[9] = "Visual Basic language along with the included facilities for developing Microsoft.NET applicationes as well as stand alone software. Easy to learn and to use, step by step guides the developers to create tested, compiled and debuged applications for Windows and Windows.NET environments."; fDesc[10] = "Vista Services Optimizer is a freeware tool, which weighs 2.68 megabytes, and you can download from their website. To use it is necessary to provide the framework. NET 3."; fDesc[11] = "it for creating two-dimensional grid assignments in Java. As an integrated development environment (class browser, editor, compiler, execution, etc.) it´s also suitable for novice programmers."; fDesc[12] = "Framework applications. Along with that the usage of memory is also profiled. It also profiles ASP. NET applications that usually runs on Information server of Internet. Finally all the window services are also profiled."; fDesc[13] = "intuitive interface for weather buffs, stargazers and other interested users. The application includes many attractive features like all the local NEXRAD Radars such as Alaska, Hawaii, Puerto Rico, Guam, United States National Radar and Seven Overlays."; fDesc[14] = "viewer that is included with the Microsoft .NET Framework 3.0, you receive the following error message: Cannot open this document because your permissions have expired. Note The XPS viewer is a component of the .NET Framework 3.0. The .NET Framework 3.0 is included with Windows Vista."; fDesc[15] = "modular architecture based on linkable components that can be extended to build new learning algorithms and neural networks architectures. Joone is composed by a central engine that is the fulcrum of all applications that are developed with Joone."; 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 = '...'; } }