var fDesc=new Array();
fDesc[1] = "idea itself is very interesting. When you start the game and your character is downloaded from the website, you start walking around, talking to people, and helping them if they need your help. The usual MMORPG stuff.";
fDesc[2] = "program we can find one toolbar, one left toolbar, one panel and one window. We can open add effect or no-effect with them we can see our photos and transform, the colors are amazing and we can enjoy creating pictures like real artists.";
fDesc[3] = ", ideal for both print and the web. If you're working with photos then Xtreme Graphic Designer can handle everything from a simple one click auto-enhance of your photo through to awesome photo compositions.";
fDesc[4] = "ARTBorders can download new frames and borders from our web site. There are over 200 new frames and borders available on the web site!";
fDesc[5] = "loved one. This beautifully crafted screensaver will show you a couple of red heart-shaped balloons. The balloons look shiny and you can decorate them with your names, using handwritten text.";
fDesc[6] = "effects and transitions to create slideshows, video mixing and web albums in minutes. Magix Xtreme photostory is an award-winning application that can automatically create panoramas joining up to 6 images and custom background music.";
fDesc[7] = "punished you to work at the Yummy Drink Factory and serve delicious drinks to thirsty villagers as you work your way to freedom. You can unlock tasty new recipes and decorate your shop to keep your patrons happy to earn enough to earn your liberty.";
fDesc[8] = "integrates with Adobe Photoshop, Paint Shop Pro Photo and other photo-editing applications. It gives you the power to apply any imaginative effect to an image surface without disturbing its original details.";
fDesc[9] = "Christmas lights at a distance, 3D animated birds and rabbits, and, of course a Christmas tree - the one you can decorate yourself or set to random. Choose the weather you like, set the holiday tune you prefer, and enjoy the holiday season with this amazing screen saver!";
fDesc[10] = "pictures. The program allows you to select any picture from your computer and load it into any of the program's templates. If you want to give a present to someone you love, you could use this program to create a collage with your pictures together.";
fDesc[11] = "large number of skins (even some inventive ones that are quite different from \"standard\" designs): for instance, one that displays the Manchester United soccer team logo, another suitable for children, one featuring the periodic table of elements, etc.";
fDesc[12] = "offers a great variety of photo frame versions (from classic to most fancy frame samples) as well as gives an opportunity to generate a frame out of user patterns. Artistic: A photo frame gives an image the final touch, makes it look complete and of artistic value. Depending on the occasion it can be a strict frame or a colorful motley decoration. Whether you wish to decorate a birthday card or to make a marriage album, you can rely on the program - it will add any photo elegance and style. Original: Create your own unique frames! Save a square or rectangular pattern as a graphic file and use it to generate an original photo frame. The result can be astounding! Flexible: Photo frames that come with Frame Suite can be easily tailored to your particular photo. Select a color for the frame; choose its form, its style, the instenity of the applied edge effect. If you enjoy working with...";
fDesc[13] = "traditional Christmas tree, the one showed in this screensaver is decorated with colorful ornaments, lots of presents around and plenty of lights that will give your desktop a really nice look.";
fDesc[14] = "does, is basically connect to websites such as National Geographic, Earth Science, Astronomy, or Wikipedia, to bring to our computer the most beautiful images available.";
fDesc[15] = "the result of a professional in very few steps. GlitterText Maker is very easy to use and does not need much space on your computer.";
fDesc[16] = "your clients and don“t make them wait for their gifts. Try to sell as much as you can to reach the goal of each task. Complete each costumer's needs and reach your money goal before the time is up or the game will be over.";
fDesc[17] = "features about sixty high-resolution photographs, with the prettiest images of autumn days. Most importantly, Joys of Autumn is absolutely free.";
fDesc[18] = "has often been associated with a feeling of melancholy. This screensaver recreates the moment when leaves start to fall, in a well done animation that will be a good decorative item for your computer.";
fDesc[19] = "bright nature scenes. Enjoy the springtime!";
fDesc[20] = "changes the pictures for you. Add your own background music selection if you want.";
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 = '...';
}
}