var fDesc=new Array();
fDesc[1] = "Microsoft WLP 3.08 Vista premium and mobile PCs, it is heavily used and popular amongst Vista and Mobile PC users.";
fDesc[2] = "features. SMS service helps you to send messages to people's mobile phones. I like Yahoo Messenger mainly because of its stealth settings. Games can be played on Messenger. All of these features make Yahoo Messenger the best Messenger software.";
fDesc[3] = "surround, dynamic boost, and Hyperbass. You can also change processing modes from a group of presets and listening environment between speakers and headphones.";
fDesc[4] = "explanations whatsoever, but only surrounds us wholly with the language we want to learn. By recreating connections between actual images and their verbal realisation, we learn a foreign language in the same way that we learned our native one.";
fDesc[5] = "the beat, and what's more interesting debuts a new hearing \"Now Playing,\" which aims to compensate for the lack of displays offering a slideshow elegant and full of visual effects with photos and information about the artist that we are listening.";
fDesc[6] = "servers and libraries on Internet, to obtain unlimited number of songs, mp3 tracks, etc. The application is launched and the user gets in the desired social music web page. The application downloads the music the user selects, at the same time (s)he is listening to it.";
fDesc[7] = "listen individually to it, anytime, or play the whole composition, adjusting tempo. Useful for music beginners to learn at a personal pace. While playing the composition, notes and lyrics light at the same time music is playing.";
fDesc[8] = "player. It is compatible with Winamp, Windows Media Player, iTunes, and other popular audio players. As soon as you open your music player, the program will look for the lyrics of your current song using powerful search engines like Google, Altavista or Alltheweb.";
fDesc[9] = "support: MP3, WMA, OGG and AAC(+). Scheduling and global Hot Keys are supported.";
fDesc[10] = "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[11] = "period of time. The application is very useful if you like listening to music or audiobooks resting in bed before falling asleep. The program sits in your system tray and informs you about the countdown status and enables you to abort or extend the shutdown process whenever you want.";
fDesc[12] = "installation, difficult settings etc. Over 400 Russian and foreign radio stations will satisfy every exacting user.";
fDesc[13] = "students in Japan. This application is divided into fourteen lessons and each lesson displays five parts, each of which dealing with one of the following aspects: Letters, Writing, Reading, Listening, and Multichoice.";
fDesc[14] = "most effective method of DICTATION ●Includes all authoritative and essential listening materials available currently ●Classified vocabulary for IELTS Listening ●Display script of passage synchronously ●Practicing all passages can guarantee score 8+ and aim at 9 for listening part(combining with the software of IELTS Speaking Conqueror, Writing Conqueror and Vocabulary Conqueror is strongly recommended). ●Play passage by defined range or sentence by sentence repeatedly ●Powerful function of recording speaking ●Drag progress bar to locate playing position instantly ●";
fDesc[15] = "iTunes Plugin for Windows Live Writer 1.0 is developed by Justin Braun. It is fully compatible with all versions of Windows Live Writer.";
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 = '...';
}
}