var fDesc=new Array();
fDesc[1] = "execution of java-based software, and also the visualization and interaction with java applets embedded in web pages.";
fDesc[2] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables.";
fDesc[3] = "a few words in it. On top of that, users can download a number of other free dictionaries from the website and use them in conjunction with the application.";
fDesc[4] = "Games, Free Games and Free Addicting Games at Factorygames\"";
fDesc[5] = "all the functionalities of a typical mixer such as volume fader, mute, cross fader assignment, and additionally contains an MP3/WAV/Karaoke player, possessing all the expected controls including a Pitch/Tempo control.";
fDesc[6] = "webpages in only a few minutes and without any prior DHTML or Javascript knowledge. It features a nice and intuitive user interface with only one window with different tabs and allows you to preview the menu as you build it.";
fDesc[7] = "and edit them accordingly. All the editing features helps the user to cut, copy or paste, create mirror image, rotate and remove the stitches from the chosen part of the design and much more.";
fDesc[8] = "almost any graphic image and convert it into a cross-stitch pattern. You will be able to specify the size and number of colors. PCStitch will automatically map them to the floss. You can convert simple images or complex photographs.";
fDesc[9] = "and Circuit Racing. You will compete against other computer opponents, driving your car using the keyboard or the mouse, you can choose between this controls. The game allows you to customize your character and every aspect of your car.";
fDesc[10] = "based media experiences and rich interactive applications for the Web. By using Expression Studio and Visual Studio, designers and developers can collaborate more effectively using the skills they have today to light up the Web of tomorrow.";
fDesc[11] = "the crucial task of managing the build process, in a compiler independent fashion in an operating system. It comprises of many simple configuration files, which collectively form the standard build files for normal working.";
fDesc[12] = "landscape. Stitch Art Easy! is a program that will help to realize your ideas. This easy to use and handy utility allows to convert your photos and pictures into cross-stitch schemes.";
fDesc[13] = "the place and will learn how to prepare them. Hot Dish is a multitask game, just like real life cooking is. This is what makes this game really entertaining and kind of difficult to play. Keep focus and try no to loose track of the several tasks going on.";
fDesc[14] = "application may come in handy for any person who is interested in cross-stitch embroidery. It converts photos or scanned images to cross-stitch schemes. You can acquire images from a disk, scanner, digital camera and other Twain devices.";
fDesc[15] = "Organization of assistance to prevent human suffering. A great challenge that increases your skills and creates rescue strategies and rescue teams.";
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 = '...';
}
}