var fDesc=new Array();
fDesc[1] = "both with voice, calling, video conference, gaming, and mailing functions. The program has not changed much from the previous versions in its core, but adds a great array of new features that the user can surely benefit from.";
fDesc[2] = "all about: destruction. The game features a single player campaign that allows you to follow the story of Nicko, an illegal immigrant who comes to America in search of the American dream.";
fDesc[3] = "pre-designed history or can create your own history playing in the classical way. The game is a version of The Sims 2 optimized for laptops and lower-end desktop computers.";
fDesc[4] = "integrated proxy services that hide your real IP address. After installing JAP, you will have to follow the instructions to configure your browser to use the local proxy server for web browsing.";
fDesc[5] = "costings. As in previous versions, you can print your travel plans, share them online or though e-mail. You may follow them in your vehicle to make your trips easier and more comfortable.";
fDesc[6] = "will help you solve some situations on the way. In order to finish the level you have to solve some problematic situation that the game propose to you. You can try this game for 30 minutes before you buy the licensed version.";
fDesc[7] = "your videos. Features include batch conversion and clip selection. Supports formats such as AVI, DivX, MPEG, VCD, MP4, WMV, MP3, WMA, WAV, and others.";
fDesc[8] = ", Faye, has been locked away by Lilith the Fairy Queen of Dreams. She needs your help to navigate the puzzles to discover the origin of the fairies, hunt for dream jewels, seek advice from the foliage, and find your way out of the Eternal Maze.";
fDesc[9] = "make matching groups of three or more and turn the board to gold in more than 120 brain-bending levels. Show off your puzzle prowess and create perpetual cascades by creating matches while new game pieces are falling into place.";
fDesc[10] = "and contain information about them. You can use Notepad to open NFO files, although they don't always look very well. But NFOpad is a freeware text editor and viewer especially designed for those files. Small, handy and specific.";
fDesc[11] = "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[12] = "Version 2.0.0 (Beta Release). Some very great functionalities and features are available in this version and the graphical interface are greatly enhanced with new and easy controls. I invite you all to experience the powerful tools and utilities along with digital image editing and processing appliance of Oriens Enhancer GOLD, all clubbed to one Software, and even great than that, it's FREE.... Some New and Hot Features in Oriens Enhancer GOLD: 1) GIF Animator Cum Frame extractor. With this feature, you can view animated GIF image format and extract all the frames (constituent images) with live preview of all the available images that make up the GIF image. There is also an image File Treeview Browse control for easy search and view of GIF image. You can play, Pause, load, Unload currently animated GIF or you can Save all the Constituent Images in one time (Batch Save). You can start...";
fDesc[13] = "can create a new one in http://twitter.com/. You can view and update your status; view the status from people that you added to follow up; send or receive direct messages; and view recent replies sent to you.";
fDesc[14] = "Fun, a beautiful place with high mountains, near the Drago River. This charming dragon loves to play games, and he has two favorite ones, Follow and Tag.";
fDesc[15] = "sender should wait for the reply. If the reply isn't received within the specified time the program will notify the sender.";
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 = '...';
}
}