var fDesc=new Array();
fDesc[1] = "(ShortMessageService) to mobile phones of all polish networks. Only Windows is supported by this program. The language of the program is polish.";
fDesc[2] = ", Impress (presentation), Calc (spreadsheet), Base (data base utility) and Draw (a drawing program). Same as Microsoft Office suites, the software calls the necessary program to accomplish the desired duty.";
fDesc[3] = "test to adjust the game speed to your typewriting skills. You can repeat this test in the future, while you improve your typing speed. The game has three playing modes: Adventure, Abyss and Typing Tutor.";
fDesc[5] = "viewing. This tool comes in handy when one has to repeat a set of activities. The recording feature of the tool captures both audio and video. Recordings can be made in WMV & AVI format, which are supported on all media players.";
fDesc[6] = "Ogg Vorbis) or uncompressed WAV files from a flash memory card. ARM-Native MP3 and Ogg Vorbis decoding. Pocket Tunes can decode any MP3 or Ogg Vorbis file in real time without any skips or delays. Full Skin Support. The PocketTunes player screen is completely customizable, allowing you to adjust the display to fit your mood. High Resolution. The default skin (and many others) take full advantage of the Tungsten T's high-resolution display with 16-bit graphics. WAV File Playing. Play most uncompressed WAV files. Five-Way Navigator. Use the Five-Way navigator control on the Tungsten T to play, pause, adjust the volume, or skip to another song. Play Lists. Create custom play lists to organize your music. Shuffle and Repeat. Toggle the shuffle and repeat buttons to change the order your songs are played. Volume and Balance. Adjust the volume and balance as the song is playing. Seek Bar....";
fDesc[7] = "an American game. The object of the game is to enter numbers in a 9x9 grid, divided in 3x3 blocks. Each block will have a number from 1 to 9 in each cell, in such way that you can“t repeat a number in the block, or the row, or the column.";
fDesc[8] = "are some programs in the market that can do this, of course, but most of them slow down everything, to the point where you cannot understand anything anymore because the speed is so slow that voice and instruments begin to sound pretty weird.";
fDesc[9] = "iPhone or TouchFLO. Make quick calls to photo contacts, start apps, browse folders, get and send SMS, view photos and video with a touch.";
fDesc[10] = "them into animated-GIF image file and image galleries. It can capture images from webcam, TV Tuner card, digital video, digital camera and other capture devices. Three capture mode including normal capture mode, continuous shooting mode and repeat shooting mode allows you to make webcam snapshots like using a real camera. Ability: Capture snapshots from your webcam Turn your favorable into animated-GIF image file and image galleries Three capture mode including normal mode,continuous shooting and repeat shooting mode Display frames using thumbnails view mode";
fDesc[11] = "phrases extracted from the web sites returned by a search. You can then repeat the search using any listed keywords you think are relevant.";
fDesc[12] = "basically a software integrating all the functionalities of an all featured DVD player. They have been quite successful in doing so. The nDVD software features a decent LED display screen and also all the other features.";
fDesc[13] = "reservation trends and work towards your future needs. Rearrange reservations and allocate tables.";
fDesc[14] = "the line becomes free. You can redial on ring signals too. This is useful for radio contests and call-in television show voting.";
fDesc[15] = "content without MMC access. Speed up page loads, reduce network chatter, and ease server strain from unnecessary validation requests.";
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 = '...';
}
}