var fDesc=new Array(); fDesc[1] = "tools. Ideal for non-experts. It includes many objects, buttons, 3D graphics and predetermined animations and varied 3D effects to apply to texts. Make adjustments of properties and prospects in a simple and direct manner using the mouse. It runs on Windows 2000 / XP / Vista."; fDesc[2] = "can draw and use all the tools that the program offers like freehand, pen, ellipse, transparency, bevel, contour and more. We can add layers, combine various shapes, convert lines to shapes, we can import these from a web too."; fDesc[3] = "only and even for printing purpose. It can handle a huge number of extensions including GIF, JPEG, BMP, PNG, TIFF, PSD, PDF and AI/EPS, RTF, EMF."; fDesc[4] = "the click of a button, from NavBars with menus to animated banner ads."; fDesc[6] = ", ideal for both print and the web. If you're working with photos then Xtreme Graphic Designer can handle everything from a simple one click auto-enhance of your photo through to awesome photo compositions."; fDesc[7] = "own 3D screensavers. By using Xara Screen Maker 3D you can mainly create two types of screen savers. One is on pictures cube based screen savers. And the second option available is of 3D text. Here you can use your own text to create screensavers."; fDesc[8] = "professional, high-quality navigational bars and DHTML menus. Xara Menu Maker produces dynamic hierarchical menus and permits anyone create a cool and clever DHTML menu with graphical NavBars."; fDesc[9] = "commercial photo editing software like Adobe Photoshop 7, CS, CS2, CS3, Adobe Photoshop Elements 2, 3, 4, 5, 6, Coral Jasc Paint Shop Pro 7, 8, 9, Corel Paint Shop Pro (Photo) X, X1, X2, Corel Photo Paint 11, 12, Xara Xtreme, Microsoft Digital Image Suite 2006 etc."; fDesc[10] = "and animated 3D text and graphics, such as logos, titles, headings and buttons. When you run the program for the first time, you`re offered to watch a Demo Movie that explains how the program works. You can always watch that movie in http://site.xara.com/p roducts/xara3d/demomov ies.asp."; fDesc[11] = "Can be used to create original clip-art but also imports a range of vector and bitmap formats which can be combined and then scaled, rotated, colored and made to transparently fade. Exports as JPEG, GIF or in Xara's own vector format designed specifically for use on the web. Uses anti-aliasing, color reduction, dithering and transparency to produce the best possible web graphics in the smallest possible file space. Users gain access to web specific clip-art in the free Internet-connected galleries"; fDesc[15] = "created design offers dissimilar layouts so you are able to rapidly produce perfect sites, complete with all their artwork and navigation."; 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 = '...'; } }