var fDesc=new Array();
fDesc[1] = "of satellite photographs. There are three versions, the free one for personal users, Google Earth (Enterprise) and Google Earth Pro. Many interesting features: Flight simulator, Sky and Mars, Street Views and 3D Buildings and the fantastic Google Ocean.";
fDesc[2] = "gaining features. The latest version is now able to download subtitles automatically. Still, there are many things BSPlayer has to do to become the dominant player of multimedia files.";
fDesc[3] = "the game. You must change the creatures position on the board in order to form chains of three or more identical creatures. When you succeed in it, the chain will disappear, and the empty space it leaves become occupied for new creatures.";
fDesc[4] = "Think of this application just as a sharp digital scissors that will cut your sound tracks as simple as you were cutting a sheet of paper. Its interface offers you two different modes: Power MP3 Cutter Professional and Classic Power MP3 Cutter.";
fDesc[5] = "profesional-looking documents from geetings cards, booklets to posters, banners and much more… With its table tool you can design stylish, high-impact tables and position them precisely in your documents. It´s very simple to present data and information.";
fDesc[6] = "Garmin, Lowrance, Magellan, Eagle, Brunton, Silva and MLR for the uploading or downloading the waypoints, routes and tracks and most brands of GPS receivers for real time tracking of GPS position.";
fDesc[7] = "many cities and information about their population and country names. The position of the cities shown corresponds to the real coordinates. You are able to add your favorite cities to the map, as well as eliminate the included cities and leave only the added ones.";
fDesc[8] = "restore the look of the desktop. Many times, when the desktop resolution is changed , you find that all the icons are lying scattered over the desktop; simply use Restore Desktop, which is really small and has an automatic and clean functioning.";
fDesc[9] = "Baudelaire (Violet, Klaus and Sunny) and their friends will have to fight against Count Olaf to stop his dastardly deeds through different worlds This puzzle game can be played in two modes: Swap Monster for younger players, and Deduction Junction for older kids";
fDesc[10] = "you the feel of playing in fog, or over mountains, or at sea. The enchanting effects and eye-catching graphics make this game addictive. The display of the game is in two languages, English and French.";
fDesc[11] = "keyword or phrase in 30+ languages (Unicode supported). It works through Google API and is extremely fast. Get it now!";
fDesc[12] = "position of icons on your desktop or the screen resolution can be altered due to a system crash. This program avoids you the trouble of manual restoring the icons to their original positions, thus saving you valuable time.";
fDesc[13] = "providing them with a library collection of over 10,000 samples including midi files for their studios. The EZXNashville 1.0 uses Toontalk Percussive Compression and the sound recorded in this library of sticks";
fDesc[14] = "factors affecting our life. The Kundli 2009 3.6 package provides you with the basic solution for deciphering the effects of the movements. The Kundli 2009 3.6 has the ability to make Horoscopes, do match making, and Ruling Kundlis.";
fDesc[15] = "pointer is. It is not always easy to know, and sometimes this annoying situation can drive you crazy while you are moving your mouse from one side to the other, looking for the pointer. But from now on, this is situation is over thanks to CrossHair.";
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 = '...';
}
}