var fDesc=new Array();
fDesc[1] = "great nonetheless. In the game, you play a new character, who apparently was on the same flight as the survivors, but he can't remember anything prior to the crash. Jack asserts that he has amnesia brought on by the shock of the crash.";
fDesc[2] = "of Flash websites, HTML websites and Flash presentations.";
fDesc[3] = "optionally rename it and save the file clip on your computer for future playback.";
fDesc[4] = "packs a punch. Collide-o-scope: Colorful, bouncing and homing chain of bullets. Neon Blast: Bright flashes of light confuse and damage the opponent.";
fDesc[5] = "wallpaper shows a rainy night with a huge thunderstorm and flashes of lightning lighting up the jungle. Beneath the furious sky, there’s a lush and rocky jungle with beautiful and shiny waterfalls.";
fDesc[6] = "subliminal messages on your PC. Subliminal Blaster flashes messages on the screen to reprogram the mind at the subconscious level .";
fDesc[8] = "multiple screens. You can run Discotheek on Windows, Mac OS X, Linux and online.";
fDesc[9] = "pictures, photos, flashes, wallpapers, galleries, music and other content in different formats and organize it. There are three task modes: Normal, Templated URL and Search. Using these tasks you can search the appropriate information using the concrete URL or just keywords.";
fDesc[10] = "can download your favorite flashes easily.";
fDesc[11] = "appears on the Windows 95/98 task bar and flashes every time the system accesses physical, direct access devices.";
fDesc[12] = "different words related to concepts from a dictionary. Flash cards are also available to display the key concepts. The “exam” option allows us to test ourselves in regards to our memory.";
fDesc[13] = "to your subconscious by sending out positive affirmations to the mind, and thus helps to develop a positive minds";
fDesc[14] = "Past’s state-of-the-art conversion technology. No blips, no flashes. The audio too is remarkably crystal clear with zero level of white noise. There’re a whole lot of matchless features in this one of a kind screen video recorder.";
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 = '...';
}
}