var fDesc=new Array(); fDesc[0] = "Xara Designer Pro is the perfect choice for professional design work, ideal for both print and the web. It's equally flexible with vector or bitmap graphics, making it perfect for any design that combines drawing, photos and text - from simple button or logo designs to incredibly detailed illustrations, posters, multi-page brochures and photo compositions. And it's great for the web as well - from web graphics and web pages to complete websites and online presentations. Plus Xara Designer Pro is based on one of the worlds fastest graphics rendering engines, making it a very productive tool and ideal for experimentation. The UI is designed to minimize the on-screen clutter with on-document editing that makes your design the center of attention. Designer Pro supports common industry formats including PDF/X and PSD, and offers full color separation and PANTONE support for commercial print output.

Designer Pro is Xara's flagship product and includes all the graphic design, illustration, photo editing, DTP and web design features of Photo & Graphic Designer, Web Designer Premium and Page & Layout Designer. It is a single integrated solution for all your creative work."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }