var fDesc=new Array();
fDesc[1] = "the beat, and what's more interesting debuts a new hearing \"Now Playing,\" which aims to compensate for the lack of displays offering a slideshow elegant and full of visual effects with photos and information about the artist that we are listening.";
fDesc[2] = "screen, an application, an active window or even a particular area of the screen. You can perform the capture from the application interface itself or by using different combinations of keys. The program is also capable of adding a number of interesting effects.";
fDesc[3] = "can capture full program windows, images that appear in systems with multiple monitors, full spreadsheets, full scroll-down webpages…off-screen content included, all in one single image that you can later edit without exiting Magical Snap 2.";
fDesc[4] = "gives you a fantastic plot set in medieval times in a vast region divided between a corner of shadows beneath the earth and a splendid sunlight place. In this amazing game, you will enter the two worlds.";
fDesc[5] = "applications alike. The tool is full of features which help to take it to the ranking software in this industry. The main feature is the Core Architecture.";
fDesc[6] = "with interactive components and awesome programming capabilities for building sophisticated website interfaces as well as stylish arcade games and much more.";
fDesc[7] = "its predecessor, but, looking closer, you will see a lot of changes. I am personally a fan of the Spider-man games, and I can honestly say that I have played them all. This one is the best so far.";
fDesc[8] = "shadows, transition effects, special effects, shadows etc. The software has a configuration window that helps to set the options based on user’s choice. There is a help wizard that guides the users through the options during the first time setup.";
fDesc[9] = "image, using two type of bending (curling and folding), but also texturize it (using the bump maps), orient it in 3D space (including the perspective distortions) and obtain total control over the process of lighting the image (including the option of dropping inner shadows. List of Features: The ability to create both the turning page effect (Page Curl) and the folding page effect (Page Fold) (collectively â bends). The Multi-bend option: the ability to create several bends within the single session of the plug-in. The ability to orient the page in 3D space. The ability to specify the desired level of the perspective while orienting in 3D space. The ability to work with arbitrarily-shaped images (non-rectangular, with full or partial transparent areas, etc.) The total control over the process of creating the surface for a curled or a folded page by adjusting the following...";
fDesc[10] = "expansion pack to Shadows of Amn. The game draws the Child of Bhaal saga to its dramatic conclusion. It is bundled with 30-50 hours of game play, 80 new areas spread across a dozen adventure areas,";
fDesc[11] = "photographs of the same theme, for correcting the unique highlights or flat shadows of each of them. The resulting image has all the unitary details but all the differences in lighting and shadows are combined, wich means that they are corrected when blended.";
fDesc[12] = "projects. Create highly realistic background composites with drag-and-drop simplicity, even from marginal video sources; customize virtual sets with convincing effects like virtual shadows and reflections; and output in broadcast quality to a wide range of advanced file formats.";
fDesc[13] = "real-time gameplay, with the ability to pause the action at any time. A player can generate a new character or bring a current one from \"Baldur's Gate\" or \"Tales of the Sword Coast.\" The player has to fight in battles in the title gradually and there are hundreds of monsters to slay.";
fDesc[14] = "about fluidity with less than 1-Gigabyte and a fast hard drive with lots of free space . It is too heavy. Boiling Point have good graphics and it is in the jungle where the graphic looks better. The sound effects are good but not excellent.";
fDesc[15] = "planispheric astrolabes. It contains a database with more than 2500 locations, but you can add manually a location by entering its latitude and longitude. Sundials can be calculated and printed at scale 1:1.";
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 = '...';
}
}