var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = ", 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[4] = "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[5] = "Skill Magic Enhancer Lite plug-in can automatically detect and install itself on following photo editing applications: Adobe Photoshop 7, CS, CS2, Adobe Photoshop Elements 2, 3, 4, 5, Coral Jasc Paint Shop Pro 7, 8, 9, Corel Paint Shop Pro etc."; 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 = '...'; } }