var fDesc=new Array();
fDesc[1] = "HP device. It is now available for online downloading. It is primarily aimed at printing, it supports JPG, JPEG, BMP, PNG y GIF images. It allows us to import our photos from a memory card, printer, camera, PC, CD, scanner, etc.";
fDesc[2] = "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[3] = "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[4] = "to manage large libraries of drum samples very easy to use. You can export the audio in to any format required. Get the experience of using the real drums by attaching a MIDI keyboard or just beating the keys of your keyboard.";
fDesc[5] = "and sizes, select the cloth, and much more with PCStitch PRO 9! Your creativity will be at its highest point with it! Make your hobby even easier to accomplish, and make a job of it if you please. Wait no more! Create now and enjoy it!";
fDesc[6] = "needed to create seamless textures for use in 3D rendering packages, game development, web graphics, image and video editing.";
fDesc[7] = "also to control and complete other characteristics of the sounds. The program has a comprehensive library of different sound reflection patterns. There are also controls for the delay, size and diffusion of each pattern.";
fDesc[8] = "want. Of course, the design process is 100% visual with excellent drag&drop features. If you are an Eclipse user, you can get the corresponding plugin to get the most powerful combination of IDEs.";
fDesc[9] = ", which will help you to combine many various synthesis methods together. Some of the various methods that are included with the plug-in are; ring, amplitude, frequency/phase and pulse/width modulation. Also included are additive and subtractive synthesis, osc sync and waveshaping.";
fDesc[10] = "options this program has, your creativity will be unlimited. Whether you use it for your job or you are a person who enjoys playing with images, this tool is very useful. It also comes handy to print patterns and give them to children for them to color.";
fDesc[11] = "outstanding kaleidoscopic effects. Comprising multiple effects, patters and options, this tool allows you to combine your digital images to produce a digital effect that gives pleasure to your eyes.";
fDesc[12] = "software for generating optimized layouts and reducing scrap generated by 2 Dimensional Rectangular cutting (Guillotine cutting or shearing) processes. It finds application in varied industries such as Glass cutting, Sheet Metal layout and fabrication, Wood working, Building panel, Carpet, PCB, acrylics etc. Whether your stock is in the form of Sheets or Coils (rolls), once you define your cutting job, the layout software requires just one mouse click to arrange the parts on appropriate stocks. It requires minimum skill and effort from the operator for generating the optimized layouts. It helps in cutting down wastage in Material, Time, Labor and Process. download Free Version -Significantly reduces sheet size and cost waste due to high sheet material yield. -Maximizes productivity by saving time needed to create patterns. -Lets you know how long it will take you to cut a job....";
fDesc[13] = "audio files. The program uses standard wav files for drum samples and loops. The user could add these samples and loops using the Internet or make their own. It could also create one-bar patterns and arrange them into a 'song', sequencing multiple patterns at once, when needed.";
fDesc[14] = "from your existing pictures. This excellent tool provides you with a range of features like 3D Effects, Bump adjustment, Normal maps, Scalable output, Alpha transparency, Export to Adobe Photoshop and many more.";
fDesc[15] = "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 = '...';
}
}