var fDesc=new Array();
fDesc[1] = "Screensaver delivers the excitement of a real-life fire experience direct to your computer desktop. Discover beautiful flames to relax by, with the crackling sound of a real fire and the melody of your favorite song. Our Free Fire Screensaver sets a relaxing and romantic mood any time of the year, especially during cold winter nights. Just rest your mouse for a while, sit back and relax. The desktop dims out and starts to glow ardent orange, creating a glorious effect with flames that seem alive. The flames are curling up and dancing on the desktop icons and open windows as if they were wooden logs in the fireplace. The screensaver offers crackling and popping sounds. This adds greatly to the realism of the fire scene. You can also listen to music when the screensaver is engaged. Select a music track from the music set that comes with the screensaver or choose your own file for...";
fDesc[2] = "to edit MPEG files easily without re-encoding. This incredible program enables you to cut unwanted parts and remove TV advertisings from DVDs or video files recorded with various PVR, DVR and DVD camcorders while preserving the original quality.";
fDesc[3] = "AVI in a very short amount of time and in a really easy way with no quality loss at all. This application supports a lot of video files, including, VOB, SVCD, VCD, OGM, ASX, MKV, MOD, MOV, RM, ASF, RMVB, FLV, M4V, MPEG and more.";
fDesc[4] = "or join chat rooms, with thousand of different themes. create pal groups, play games on line with another Paltalk users, chat with AOL IM, ICQ and Yahoo! Messenger users. If you invite friends to join Paltalk, you will be rewarded with Paltalk points.";
fDesc[5] = "one picture you are looking for. Use the picture of a famous movie celebrity, a comic, or the singer of your favourite band, to make the perfect joke, amuse your friends, or just to have a good time while creating some bizarre pictures.";
fDesc[6] = "the scenes very carefully, trying to find the items on the list. When you see an item, just click on it to update the list. In order to finish the level you have to find all the items on the list.";
fDesc[7] = "designers, video editors and photo editors are fall in this category. Sqirlz Water Reflection is infect an animation application for adding some special effects in your images and AVI videos. As its name suggest it can add water reflections in your images.";
fDesc[8] = "create scenes with different physical effects, combining them with art that you can draw using the mouse. You can create scenes in which the things you include can interact (colliding and bouncing), fly, flow, swing or ride. You can test the behavior of your scene by pressing the \"Play\" button.";
fDesc[9] = "being moved by the flow of the water. The Water Clock 3D Screensaver will provide all of these elements and more. The clock is beautifully crafted, with a lot of detail in its gear mechanism.";
fDesc[10] = "problems of a writer. It is an excellent tool for organizing and administrating texts during the writting process that also allows importing projects that are being developed or that have already been finished.";
fDesc[11] = "locate, the game shows riddles. Starting from the riddle you have to guess what object you are looking for and then locate it in the scene. At the end of each scene you must solve a puzzle in order to unlock the next scene.";
fDesc[12] = "you’ll be starring a young detective named Lindsay who has to investigate a mysterious death. The game will recreate the elements of a police murder investigation as you play it.";
fDesc[13] = "to find all the differences between the original scene and the actual crime scene, this way you will raise your status and you will get new contracts.";
fDesc[14] = "in this program more easily. When we open the program we can find a Menu Bar, one toolbar, one window and three panels they are: Scene Transform, Node Attribute and Scene tree.";
fDesc[15] = "titles which represent different missions for Nancy Drew to solve. In Nancy Drew: The Final Scene Nancy will be trying to catch a kidnapper and rescue her friend.";
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 = '...';
}
}