var fDesc=new Array();
fDesc[1] = "The Sims 2 includes plenty of new features that enhance the gameplay even more. This new version features an enhanced neighborhood editor that lets you import custom cities from Maxis' own SimCity 4, if you have it installed.";
fDesc[2] = "with your pictures using your favorite music and even your own voice to create a narration. Microsoft Photo Story can create with a few clicks the most expressive and emotive sideshow to share with your family and friends, being the best way to keep your memories.";
fDesc[4] = "a good looking interface so you can work fast and easy. You can also create greeting cards, post cards, and thank you notes. This program run with Microsoft Windows.";
fDesc[5] = "screens, or part of a screen to a video file in AVI or WMV formats. You can also record sound with the video using a microphone or directly from the speakers, so now you can record your conversations with friends and save those memories forever.";
fDesc[6] = "timed game where you will have limited time to finish your task. Each level of this game will increase the difficulty and you will have less time to finish the game.";
fDesc[7] = "preserve your photos or images using a collection of photo realistic templates, among some other tools. Scrarbook Factory Deluxe can“t be downloaded from Internet for trial purposes, you must buy it to try.";
fDesc[8] = "photo album with a real photo-album-like interface and designed for digital cameras, scanners and other image capturing devices. Presto! PhotoAlbum is an award winning software that makes creating albums fun and easy with drag & drop tools for decorating and viewing your photos. Use your TWAIN-compliant digital camera, scanner, or other image capturing devices to make your memories last forever. Add clip-art, voice, text and special effects to your album. Save as .HTML and post to your web page or save as .EXE and e-mail or save the album to a disk and share with friends and family. Presto! PhotoAlbum is a 32-bit native Windows 95application that imports existing 24-bit color images in standard formats such as .BMP, .JPEG, .TIFF, .PNG,Flashpix, and PhotoCD.";
fDesc[9] = "digital images in your hard drive. Also you can edit pictures with functions like rotate, flip, change color, crop blur, and more.";
fDesc[10] = "you find different challenges of matching pairs of identical cards and figures where you should collect them and clear all of them from your screen board.";
fDesc[11] = "translation memories written in JAVA programming language. This program is mostly used by professional translators. It supports many different files formats and can be used with non-Latin alphabet.";
fDesc[12] = "recordings with him once he grows up, this is the perfect software for you! Baby Diary allows you to create a visual memory of your child in an easy and quick way.";
fDesc[13] = "required thanks to its easy to use interface. It is designed to let the user customize fully to their personal taste.";
fDesc[14] = "wide-coverage receiver, 2-meter VHF band and 70-centimeter UHF band. This handheld transceiver features 1000 memories with alpha-tags and if you own one, you might find FT60 Commander very useful for managing your memories.";
fDesc[15] = "Memories game. In this game will you find different challenges of matching pairs of identical cards and figures where you should collect them and clear all of them from your screen board.";
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 = '...';
}
}