var fDesc=new Array();
fDesc[1] = "option for you. This small and simple utility is actually a powerful tool that will let you to capture anything on your screen. You will be able to choose if you want to capture a specific region or full screen.";
fDesc[2] = "the screen. Current version is capable of capturing the whole desktop, a highlighted window, an active menu, or a fixed or free rectangular part of the screen.";
fDesc[3] = "are stored in a single text-based ini file. The information is shown in yellow rectangular windows. Once you´ve take som note on them, they will stay on screen (even after reboots) until you take them away, just like a post-it.";
fDesc[4] = "compare it with the previous edition, so if you are already a Peggle player don’t expect many news of this new version. To pass each level you must hit all orange pegs in the screen before running out of balls to shoot.";
fDesc[5] = "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[6] = "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[7] = "option to try. With this simple yet versatile program you can take screenshots of any area on your desktop, as well as complete windows. The output images can be cropped, sent by email, or saved on your PC easily.";
fDesc[8] = "capturing the whole display's window and an active application window, Mr Captor is able to take a shot of a randomly chosen part of the image (a rectangular, or elliptic or freehand) and so on.";
fDesc[9] = "and edit it in seconds. It enables you to make professional high-quality screenshots of your desktop, active window or rectangular, circular, polygonal area in a snap and create wonderful presentations with them.";
fDesc[10] = "section of it. Whether you are looking to capture a specific window, your whole screen or an object, then Capture Express lets you do it. You can choose from several forms, such as diamonds, rectangle, or a stars among others shapes.";
fDesc[11] = "math/chemical equations simple vector graphics and pictures.";
fDesc[12] = "multiple options. The program features a very simple and intuitive user interface as well as very attractive. It includes multiple effects, including the common ones like flip, rotate, resize, color change, etc.";
fDesc[13] = "enjoys the low price. Timing Features: Delayed capture Timed auto-capture Scheduled auto-capture Recurring capture";
fDesc[14] = "rectangular objects within one or more 3D rectangular enclosures: containers, trucks, trailers, pallets, boxes.";
fDesc[15] = "number of different size 2D rectangular objects within one or more 2D rectangular enclosures: containers, trucks, pallets, tables, sheets.";
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 = '...';
}
}