var fDesc=new Array();
fDesc[1] = "is the creator of the original script of the video game.The argument of Jericho takes you to a city in the Middle East, Al-Khali, erected on the ruins of other ancient cities.";
fDesc[2] = "your piece, and catch it being really careful about fishing line tension. Once the fish is caught some information will be shown for you to choose whether to keep it or not. The game can be played locally and online.";
fDesc[3] = "all the tension and the entertainment of the film. First-person action sequences blends with third-person components, in your trip through the Skull Island (almost all of the game action take place there) you are both, Jack Driscoll and King Kong.";
fDesc[4] = "your computer. What I liked about the program is its intuitive and attractive user interface which will surely make this task a breeze.";
fDesc[5] = "paranormal storyline from the first game, with new twists. The game's atmosphere is so good, you heart WILL stop while playing it, this is a scary and fun game.";
fDesc[6] = "drives and devices, lost due to accidental deletion, system crashes, drive formatting and other reasons. The program features a very simple and intuitive wizard-like user interface, very suitable for beginners.";
fDesc[7] = "of passwords, achieving instant recovery of document and template protection as well as passwords to modify. It supports all versions including 2007.";
fDesc[8] = "a single click because it comes with a tension free 1-click scanning and repairing feature. With its instant scanning and repairing feature you can compress your windows registry to make your system error free...";
fDesc[9] = "instrument's arm, highlighting the string you want to tune; a dial shows if the user must increase or decrease the tension of the string to reach the appropriate tone. The user can introduce the sound to the computer using a microphone or directly (electrical instrument).";
fDesc[10] = "PC. Thanks to this incredible game, like any British, now you can enjoy this sport which is the basis of American baseball. In this amazing title you will be able to experience the tension in each bowl, in each hit and every race.";
fDesc[12] = "fS-Tension, fS-Curvature, fS-Layer, fS-FastSkin, fS-Distant Fur, fS-Ghost, fS-Electron, fS-Wet, etc. The software has many shaders which can create great effects. It is customizable and features a lot of in-built option that can make your work easy.";
fDesc[14] = "display reminders, play sounds, execute programs, open websites and even shutdown computer at a specific time.";
fDesc[15] = "assorted random sounds. Great for blocking those disturbing noises around your office, cubicle, home or apartment. Create great party backgrounds. Enhance dramatic presentations. Take it on the road, for peaceful rest in your hotel room. Use white noise to decrease stress in hospitals, zoos, and other institutions. Helps to sooth fussy babies. Greatbackup for your favorite music CDs. Increase relaxationand break tension, feel like youre somewhere else! Youselect from 23 different background sounds as underlying base for your audio theme. Next, select up to 25 different sounds to add randomly to your background. For each sound, decide if you want it to happen frequently, occassionally, rarely, or never. Adjust the volume of both background sounds and the event sounds as you prefer, without affecting your basic computer settings. Nearly unlimited combinations can be created as you design...";
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 = '...';
}
}