var fDesc=new Array();
fDesc[1] = "written in the Java programming language. Once installed you won´t notice it. JRE is free to download, install and deploy, and all the related documentation can be found at http://www.sun.com.";
fDesc[2] = "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[3] = "stars, galaxies, nebulae and planets. Its really cool to zoom through the sky, if you are interested in astronomy. This will be a great application for schools, especially when you consider that it is a freeware.";
fDesc[4] = "with. This updating adds furniture, outfits and objects to The Sims 2. However, although the objects, which include new themed bedroom sets and some decorative objects, are interesting enough, they do not provide any real new functionality to the game.";
fDesc[5] = "women. The pack adds songs by Jibbs, Keke Palmer, Kevin Michael, and NLT to the Pop and Hip Hop stations. The \"stuff pack\" also comes with three pre-made H&M stores.";
fDesc[6] = "Project Management, Project Templates, Code Completion, Debubber Interface and an Editor with Syntax Highlighting. It also has some wizards. The User Interface is highly customizable. JCreator will allow you to compile or run your Java program.";
fDesc[7] = "with their friends. You can also have your seems wearing the latest teen fashions including track suits, designer jeans, and yoga outfits. In addition, The Sims 2 Teen Style Stuff is the first stuff pack to feature a The Sims contest winner!";
fDesc[8] = "furniture and decoration from the popular Swedish furniture chain IKEA, mainly concentrating on living rooms, bedrooms and home offices. It is the second stuff pack to feature products of a real-world company.";
fDesc[9] = "kitchen and bathroom appliances and items. In all, over 103 items are included in the pack, along with a new house and a romantic loft. The pack is aimed at the dedicated Sims fans.";
fDesc[10] = "greatly its presence or the presence of other harmful programs in the system. Rootkit applications can become a cause of losing private data. Sophos Anti-Rootkit is software that was developed for detecting and removing rootkit applications from your system using latest technologies.";
fDesc[11] = "time. Only Print Artist gives you the creative edge with 15,000+ professionally designed templates and 250,000+ sensational graphics all inside the box. No downloading or club memberships are required to create sensational print projects for home, school or the office. From banners to brochures, calendars to certificates, greeting cards to gift items—no other software makes it more fun to create truly spectacular projects.";
fDesc[12] = "offers a set of specialized applications to perform 2D and 3D graphics, converting bitmap images into vector, capturing and editing photographs, creating flowcharts, 3D to 2D file conversion, among others.";
fDesc[13] = "power of today's informational online resources, and it sits alongside a very comprehensive Indian language resource kit. This kit includes the Gujarati Dictionary, a Thesaurus, an Idioms section, and the options of Phrases and Proverbs.";
fDesc[14] = "documentation for programming the OpenOffice.org APIs and creating own extensions for OpenOffice.org. Can be easily downloaded from the official websites and from many others.";
fDesc[15] = "works based on Windows Server 2003, Windows Vista и Windows XP. The Microsoft Silverlight QuickStart documentation is designed to help you become rapidly productive in performing common developer tasks.";
fDesc[16] = ", extract files from multisession discs and use many other features.";
fDesc[17] = "along with their meanings in Italian. The MS Agent will always be there to help users, reading the articles inserted by them.";
fDesc[18] = "flying airplanes, driving tanks, firing artillery and parachuting behind enemy lines. Build your own worlds and scenarios using the World Builder.";
fDesc[19] = "program includes several predefined crossword puzzles on subjects like History, Geography, Language, and so on. It also includes more than 50 predefined shapes, and the posibility of creating you own.";
fDesc[20] = "business communication tasks like a charm. Zoor Business Kit comprises three best in class directories. Personal Directory Your Personal Contacts Manager Business Directory Yellow Pages With Zoor Power Search PTCL Directory Latest Telephone Directory of Pakistan Main Features Personal Directory Business Directory PTCL Directory Telephone Dialer Instant Emailing Powerful Search and Filter Contacts Preview and Report Printing Data Backup and Restore";
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 = '...';
}
}