var fDesc=new Array();
fDesc[1] = "compatible with broadband, dial-up, and the Windows® 2000, XP and Windows Vista® operating systems... and best of all, it's absolutely free. Features include: Ability to browse without sign-in for broadband users. Unlimited email storage. Instant news updates from the RSS feed reader on the toolbar.";
fDesc[2] = ", and now it is easier to control the ball more accurately in the desired direction. With new menus resembling Windows Vista, more goal celebrations, more technical gestures and, of course, mandatory improved graphics, Pro Evolution Soccer offers another choice to Soccer fans";
fDesc[3] = "generated 3D world environments created using Skyline's SkylineGlobe products. With Terra Explorer installed, you can access photo-realistic, aerial image based terrains over the Internet, an intranet, or a DVD/CD-ROM.";
fDesc[4] = "process, you will also learn interesting historical facts and also collect great mementos from completed levels to see the postcards of the places you have visited.";
fDesc[5] = "there’s a view of the underlying earth from where you have to grab gold and other treasures. Click the mouse button to grab stuff. You need to help the miner to get enough money to go to Las Vegas and gamble.";
fDesc[6] = "for all four of the IELTS sub-tests, which are: Listening, Reading, Writing, and Speaking. IELTS is an acronym for International English Language Testing System, and is an English test.";
fDesc[7] = "maps of Europe, North America, South America, Middle East, Australia/New Zealand, South Africa. In some countries only major cities have street level maps. Map24 Desktop runs on any Windows desktop PC with an internet connection.";
fDesc[8] = "Landers, where you have to spin the wheel and travel to different locations such as Spain, China, Australia, Brazil, to name but a few.";
fDesc[9] = "the most important cities in Australia. Absolutely free, Amazing Australia Screensaver represents a nice option to all lovers of Australian Cities.";
fDesc[10] = "forgotten passwords from Intuit Quicken, Quicken Lawyer and QuickBooks files, including International variants of these documents versions from Canada, Germany, Australia, New Zealand, and the UK.";
fDesc[11] = "for insertion into your favourite text editor.";
fDesc[12] = ", this free program from Dulux might work for you. WeatherDesk will provide you with latest weather reports and conditions, as well as a 3-day forecast with temperature details. This application has a nice compact interface that only takes up a tiny amount of space on your desktop even when extended.";
fDesc[13] = "place where you can find all the latest technological developments, but at the same time, a place where you will be able to enjoy nature at its fullest. There are places where very few people have ever seen.";
fDesc[14] = "lighthouses of Greece and Australia. The slideshow features a collection of 45 stunning images of these historic buildings which have always been a main touristic attraction, due to their history, architecture, and also this sort of mysterious beauty that surrounds them.";
fDesc[15] = "leads databases in LMP for USA, UK, Canada and Australia.";
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 = '...';
}
}