var fDesc=new Array();
fDesc[1] = "The connections it offers are stable with almost no disconnections. It supports all the Cisco VPN infrastructure and its hard to go wrong with this client.";
fDesc[2] = ", organization and distribution of programming, network acceleration, client connectivity players, and other modules.";
fDesc[3] = "Sims. The sixth expansion pack for The Sims 2, which is called The Sims 2: Bon Voyage, presents a similar topic to develop. Vacation introduced a new neighborhood, called Vacation Island, where the Sims may take vacations with members of their own family or with other Sims";
fDesc[4] = "University of California. The current release includes many fixes reported by its contributors and some new features like full text search integration, support for SQL/XML standard, and other more. PostgreSQL works in Linux, UNIX and Windows platforms.";
fDesc[5] = "through. Also you can create several calendars at once, add the calendar of your friend, invitations and search events in public calendars. You also learn the weather forecast here. And the main advantage of the Google Sync Calendar is synchronization with Microsoft Outlook.";
fDesc[6] = "one, by generating new classes or selecting them from other packages. In order to use this editor you must have any version of Java Development Kit on your system.";
fDesc[7] = "of the usual desktop screen. Also, it will help you to stay better organized and to find what you need easier and faster. Once it is executed, your screen will never be the same.";
fDesc[8] = "“rat race” where everybody who gets his university degree starts, and then all the adventure begins. By rolling the virtual dices, the player advances and falls into different situations.";
fDesc[9] = "Language. WordNet 2.1 is a large lexical database of English, with grammar terms i.e nouns, verbs, etc. these grammar terms are grouped into sets of synonyms, each expressing a distinct concept.";
fDesc[10] = "This title has the particularity of combining adventure and action genres in a lifestyle simulation game which covers virtually all aspects of student's life.";
fDesc[11] = "high school or university students as well. It even includes programming functions based on the built-in programming language XPascal and allows you to create new programs and edit existing ones or even load a source code.";
fDesc[12] = "and syllabi in HTML, CHM, PDF or EXE formats, on and off line. Find out how with this free trial version.";
fDesc[13] = "broadcasting back to the people. Here, you can watch and broadcast video in TV and High Definition quality. It looks like the former VLC (now is known as VLan) browser plug-in adaptation, supported for some kind of P2P bandwidth sharing.";
fDesc[14] = "With it you can test the pH of common things like coffee, spit, and soap to determine whether each is acidic, basic, or neutral. Visualize the relative number of hydroxide ions and hydronium ions in solution.";
fDesc[15] = "was saved. Fully featured including speech, MDI, OLE, column/ table, graphing, foreign language spell check, handles word & web files.";
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 = '...';
}
}