var fDesc=new Array(); fDesc[1] = "tools: - A complete management suite to keep your collection organized. - A comprehensive photo editor for both novices and experts. - An extensive collection of presentation options to boost your creativity."; fDesc[2] = "for non-experts, it has numerous utilities to edit images in a personalized way. However, the amount of tools offered may be confusing to users who have had no previous contact with basic image editors."; fDesc[3] = "to easily create stunning digital imagery. Whether you're a 3D newbie or an avid 3D artist, you'll find DAZ Studio is the perfect tool for designing unique digital art and animation with virtual people, animals, props, vehicles, backgrounds and more. Experience total creative freedom with DAZ Studio and express yourself in 3D like never before."; fDesc[4] = "Photo Recovery will recover lost, deleted and formatted digital photos, audio and video files from all media types."; fDesc[5] = "able to create different versions of the picture: oil painting, aquarela, crayon, and other styles."; fDesc[7] = "\"guided\" by GMX-PhotoPainter. GMX will help the user to choose the Brush Color and brush orientation."; fDesc[8] = "start to shine with vivid colors. All the presented butterflies are the exact copies of the real ones. This nice 3D screen saver will serve as an ideal remedy to make you spry and vigorous in no time."; fDesc[9] = ", any digital image file) of huge size by enlarging it using highly advanced photo enlargement engine."; fDesc[10] = "environments. It is magic of digital art and of natural 3D. This program is aimed for artists and illustrators. The particular attention is given to intuitive technological process, rendering and integration with Poser."; fDesc[11] = "mood and emotions! With MoodBook your desktop looks like an art gallery changing art expositions either automatically or manually."; fDesc[12] = "named Photopainter. This cool software is all about creation: it can be used to create works of art, retouch photos or existing art pictures with state-of-the-art digital painting tools and techniques."; 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 = '...'; } }