var fDesc=new Array();
fDesc[1] = "viruses, Trojans, hackers, or any malicious software that could harm your system. The application is fully customizable and provides two modes to choose from according to you needs and knowledge";
fDesc[2] = ", frames and more. The key features of Filter Forge include a visual filter editor and a free online filter library.";
fDesc[3] = "adjustments, special FX and masks for transparency. It presents a variety of textures that you can modify.";
fDesc[4] = "and MIDI support, VST/AU effects, precise automatic BPM counter, sampler, vinyl emulation and many other things.";
fDesc[5] = "needed to create seamless textures for use in 3D rendering packages, game development, web graphics, image and video editing.";
fDesc[6] = "modify its rings, shades, color and other elements, and to choose between the uncut wood pattern, or several types of cut patterns, like tiles or panels. You can export the resulting texture to various graphic formats for using it with another program.";
fDesc[7] = "program we can find a Menu Bar, three tags and one panel in the first Tag we have the start, in the second we have the textures and the third is the render.";
fDesc[8] = "Normally you don't have to change any settings, Seamless Texture Creator will create the seamless texture with just a single click!";
fDesc[9] = "These main effects are based on seamless textures, so there are unlimited variations possible.";
fDesc[11] = "backgrounds and left border backgrounds with matching buttons and banners. Background Magic works because you take premade seamless tiles and blend the...";
fDesc[12] = "hundreds of new features are a new Substance Lab, a new Weather Lab, a new Cut & Tile Lab, and much, much more. Also comes in Pro edition.";
fDesc[13] = "windows style interface is easy to use and navigation is controlled by mouse clicks. For example, if you wish to move your textured image in the Preview Window, pan the image by clicking on the left mouse button, holding it down and moving the mouse.";
fDesc[14] = "in 3D rendering packages, game development, web graphics, image and video editing. Infinity Textures can create procedural and hand painted textures from scratch, remove visible seams from existing images, crop textures from photos by applying a perspective correction, render seamless tiles from structure sample patches and combine existing textures and height maps with realistic illumination. Infinity Textures features standard operations like filters, color correction, distortion and emboss effects, that are designed to work with seamless textures. The various generator functions create patterns and natural textures such as bricks, flagstone, clouds, water, rock and wood. Sophisticated effects like realistic erosion create textures that look like they were taken from nature. The application renders animated textures and effects, that also loop seamlessly, with a particle system and...";
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 = '...';
}
}