var fDesc=new Array(); fDesc[1] = "vector and raster images, so you can quickly mock up designs, or leverage assets created in other Adobe's applications. This version features a number of new Auto Shapes that you can drag onto your layout which randomly generate a new shape each time you click on it."; fDesc[2] = "have knowledge of programming. When we open this new version we can find a new interface with more functions, two toolbars, two panels with new features and one window."; fDesc[3] = "and professional dynamic menus requiring just a few minutes of time. It contains more than 100 templates, presenting actual design styles like Glass and Vista style."; fDesc[4] = "Your job is to design or change the decoration of a room or entire house, guiding yourself with the description of each character's personality and needs. You will have to decorate 52 different houses and 200 unique rooms, in 7 neighborhoods, which will give you many hours of fun."; fDesc[5] = "TD’s faceplate is fully customizable and can be designed using this program – TD Keypad Designer. This program is used to create a custom-designed layout for keypad of the TD 100C and TD 200C."; fDesc[6] = "WMHelp.com. It’s the basic version of WMHelp.com, which can be run without a license. is very easy to use as the toolbar and menus that are displayed at the top of the window can be handled very easily. Just pressing a button can hide them."; fDesc[7] = "difference to the charm of the homepage of an ordinary website, by adding elegant and stylish buttons and good looks, thereby making it user friendly and eye catching."; fDesc[8] = "of this program, you are able to vary their background and text by customizing their dimension, texture, shadow, lighting, and shape. You will not need any extra effort to learn to create unique and professional custom 3D buttons for Web pages and projects."; fDesc[9] = "advanced settings. The program has got a great graphical interface that will let you preview your covers and to find everything you need in a very easy way."; fDesc[10] = "professionally sounding drum performances including drum loops, fills, intros, endings, solo, and then simply trigger them by MIDI notes from your sequencer. Easily turn separate performances into complete drum track perfectly matching your song."; fDesc[11] = "Web page or for a presentation. The animation can be created from pictures, 3D text and shapes with soft-edged shadow or opacity."; fDesc[12] = "of the shapes that allows you to create unique buttons that you can export as GIF, PNG, JPG and BMP files. The Shape Editor helps you to create your own and originals shapes. You can export your new buttons to different formats."; fDesc[13] = "create beautiful patterns of any image that you wish to create. Earlier the task of cross stitch or rya rug patterns making was very time consuming and boring, but using this program you can easily speed up the process."; 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 = '...'; } }