var fDesc=new Array(); fDesc[1] = "compared to Tcl, Perl, Ruby, Scheme or Java. The language itself is a flexible powerhouse that can handle practically any problem domain."; fDesc[2] = "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[3] = "database that fits in a 2.5MB JAR file. Java DB 10.5.3.0 adds bug fixes plus message localizations to the features introduced in Java DB 10.5.1."; fDesc[4] = "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[5] = "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[6] = "interface has transparencies effects, in a Vista fashion. The game rules are that of the regular solitaire that´s included with Windows."; fDesc[7] = "solitaire games. All thirty solitaire games offer a thorough explanation of how to play in the beginning Some of the solitaire are foundation building type and other discard type."; fDesc[8] = ", AVI, DivX, DV, DVD (VOB), Flash Video, MKV, QuickTime MOV, MPEG-1/2, MPEG-4, OGM, RealMedia, VCD/SVCD, WMV and XVID formats to AVI, DivX, DV, MKV, OGM, WMV and XVID files."; fDesc[9] = "famous Thunderbird project, and now they have decided to create a new product, Spicebird, a powerful e-mail client that wants to become in an all-in-one solution for those who want to have integrated access to email, messenger, calendar, and many other applets in one program."; fDesc[10] = "the Golden Age of Cinema. On your journey, you will visit over two dozen exotic locations around the world and record your travels in your Journal. You can try this game for 60 minutes before you buy the licensed version."; fDesc[11] = "use with the house builder wizard to build your space with all the specifications you desire. You can add walls, colors, furniture, lighting, landscapes, plants, shrubs, trees, pathways, etc. It includes a lot of libraries. Also you can create animation, calculate measurements and cost estimating."; fDesc[12] = ", but it’s different from others games alike since it has twelve-in-one solitaire games which is great in order not to get bored any soon. All twelve solitaire games offer a thorough explanation of how to play in the beginning."; fDesc[13] = "in the quest for this supposedly cursed ruby. The goal of the solitaire is to clear all the cards from a certain layout by clicking on the correct ones depending on the card in the foundation pile."; fDesc[15] = "determine what you want to watch and when you want to watch it. With incredible features and extensive setting options, TV is under your control."; 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 = '...'; } }