var fDesc=new Array(); fDesc[1] = "You can create your own paintings from nothing, load in photos and recreate them with oil paints, pencils, felt pens, or any of the other tools ArtRage has to offer. You can experiment with metallic paint for gold leafing, sprinkle shiny glitter, fill in large areas with the paint roller, and generally paint, smudge, and smear your way to your very own masterpiece. This new version of ArtRage comes in two versions. The Full Edition gives you all the new features, including four new tools, layers, metal paints, and much more for only $25.00US. The Free Edition contains all of the features of ArtRage 1, plus the speed and technology improvements in ArtRage 2 and a few new features for good measure."; fDesc[2] = "dream - all with the click of a mouse. Create dynamic works of art using a variety of virtual media — from oil paints and collage to rainbows, trees and more. Digital photos have never been more fun! With Kid Pix® Deluxe 4, you can create unique works of art using your very own photos."; fDesc[3] = "be used as seamless textures for 3D graphics or backgrounds. Authentic army color presets included."; fDesc[4] = "bit different to other artistic programs but it is really simple and easy to use. Although it includes basic artistic options (like pens, pencils, pens, markers, brushes, smear tools and erasers), it doesn't include filters or effects."; fDesc[5] = "dream - all with the click of a mouse. Create dynamic works of art using a variety of virtual media — from oil paints and collage to rainbows, trees and more. Digital photos have never been more fun! With Kid Pix® Deluxe, you can create unique works of art using your very own photos."; fDesc[6] = ", any digital image file) of huge size by enlarging it using highly advanced photo enlargement engine."; fDesc[7] = "surface. Liquib manipulations can be applied manually, or you can relax and be entertained by Automatic Effects, optionally with music."; 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 = '...'; } }