var fDesc=new Array(); fDesc[0] = "With Xara Xtreme Pro we can draw, edit, publish and handle our photos like we wish. When we open this program, we can see a Menu Bar, a color line, a status line, scrollbars, animation and ruler toolbars, and one window for handling our projects.
There are also other features that we can apply; for example, galleries, where we can find a color gallery (there is an amazing quantity of these), a font gallery (shows us all the fonts that our computer has got installed), and we can enjoy the diversity offered by the line gallery. We can add layers, combine various shapes, convert lines to shapes, we can import these from a web too. Really, this program is amazing and very easy to use, because the interface is so intuitive that without any knowlege, we can handle our photos nicely."; 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 = ''; } }