var fDesc=new Array();
fDesc[1] = "user interface is built around a simple 4-step workflow comprising: Capture mode (to capture feed from different sources); Edit mode (Import Media, Trim, Fix/Enhance with Magic Tools, Add Effects) etc.";
fDesc[2] = "Clipping Personal. With these information management tools, all of them in one application, the process of information collection and customization will be very easy for you.";
fDesc[3] = "applications called gadgets, those gadgets offers us a quick access to different tools or functions that may be useful on our daily duties. Microsoft included a little list of gadgets with their sidebar, however there are much more available on vistagallery.microsoft .com.";
fDesc[4] = "that needs to eat smaller fishes to grow up; likewise, we get points, bonuses, and pass on to next levels. The game becomes more and more interesting (and difficult) as we grow bigger and get to eat our old enemies.";
fDesc[5] = "compatible with broadband, dial-up, and the Windows® 2000, XP and Windows Vista® operating systems... and best of all, it's absolutely free. Features include: Ability to browse without sign-in for broadband users. Unlimited email storage. Instant news updates from the RSS feed reader on the toolbar.";
fDesc[6] = "4 unique tanks of action-puzzle adventure!";
fDesc[7] = "your web camera output. The program can replace the video output from your webcam with any other video clip or even with images from your computer.";
fDesc[8] = "protects your computer. The program provides free screensavers, browser skins and cursors, smileys, among many other things, and also protects your computer against spyware and other threats.";
fDesc[9] = "which the player builds an empire in the Medieval era. Stronghold 2 offers more content than its predecessors Stronghold and Stronghold Crusader";
fDesc[10] = ", streaming audio and video, Podcast, and much more in the most smooth, safe and swift way. The amazing capability of this application depends on its 12 different downloading tools.";
fDesc[11] = "fishes you want to see (up to 5 different types), the foreground and background colors, the location, amount, type and sound of the bubbles, if you want a frog or not.";
fDesc[12] = "sit, scare, pounce, etc. You have to feed, clean, sleep, health, make happy, etc. You can reward your dino with a treat after each trick, buy clothes and dress up your dinos, zoom in, zoom out, tilt and rotate in real 3D.";
fDesc[13] = "trial version for free from the developer’s website. While installing we can choose the engine options and select high quality objects, high quality textures, mip-mapping, sound enable, joystick, joystick sensitivity, and video mode.";
fDesc[14] = "share their links with each other. It also downloads the link contents to your local machine while you are working on other area.";
fDesc[15] = "TV from the Internet. DScaler requires supported equipment to even start. You need either a supported video capture device or a webcam that can handle lots of operations.";
fDesc[16] = "200% or higher by using NETEagle. NETEagle supports all current Windows versions, and works with any internet connection for faster throughput.";
fDesc[17] = "theme packages, weather information and other services. MSNShell will add a new group to your Windows Live Messenger menu. Using it you will be able to configure the services added by this add-on.";
fDesc[18] = "put out of business by Mr. Big’s mega conglomerate MegaPet. Now, you have to sell pets, please customers and transform the pet shop into a successful thriving boutique! You can try this game for 60 minutes before you buy the licensed version.";
fDesc[19] = "also available on FOX's website and plays those on your desktop. For some reason, FOX News Live did not enable me to connect to all the streams.";
fDesc[20] = "Sony PlayStation 3. The game mixes action on foot and mecha (also known as meka or mechs: pilot-controlled walking vehicles) the main character is played by Korean actor Lee Byung-Hun.";
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 = '...';
}
}